{
"clientId": "string",
"clientSecret": "string",
"companyId": "string"
}
curl --location --request POST 'https://platform.shopranos.eu/api/ThirdPartyApp/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "string",
"clientSecret": "string",
"companyId": "string"
}'
{
"requirePermissions": [
0
],
"accessToken": [
"string"
]
}