X-Auth-Token: ********************{
"carrierName": [
"DHL",
"DPD"
],
"orderBy": [
"grossPrice"
]
}curl --location --request PUT 'https://test.api.globkurier.pl/v1/user/search-preferences' \
--header 'Accept-Language;' \
--header 'X-Auth-Token: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"carrierName": [
"DHL",
"DPD"
],
"orderBy": [
"grossPrice"
]
}'{}