{ "currency": "PLN" }
curl --location --request PATCH 'https://test.api.globkurier.pl/v2/user/currency' \ --header 'Content-Type: application/json' \ --data-raw '{ "currency": "PLN" }'
{}