{
"email": "some.random@email.pl",
"password": "zX14@!cjj89dFF"
}
curl --location --request POST 'https://test.api.globkurier.pl/v1/auth/login' \
--header 'Accept-Language: pl' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "some.random@email.pl",
"password": "zX14@!cjj89dFF"
}'
{
"token": "string"
}