Authorization: ********************curl --location --request POST 'https://test.your-api-server.com/api/auth/service-token' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"clientId": "miobox-nodered",
"clientSecret": "client-secret",
"scope": "string"
}'{
"accessToken": "string",
"refreshToken": "string",
"expiresIn": 0,
"tokenType": "Bearer"
}