curl --location --request POST 'https://staging.api.adlyft.otomatika.net/api/v1/auth/token' \
--header 'x-api-key: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "asdasd",
"clientSecret": "asddsa",
"grantType": "client_credentials",
"externalUserId": "1"
}'{
"accessToken": "string",
"refreshToken": "string"
}