{
"email": "test@test.gr",
"password": "SuperPassword1234!"
}
curl --location --request POST 'https://platform.shopranos.eu/api/accounts/login/customer' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "test@test.gr",
"password": "SuperPassword1234!"
}'
{
"accessToken": "string",
"refreshToken": "string",
"redirectUrl": "string"
}