Authorization: Bearer ********************curl --location --request POST 'https://app.hustro.com/api/oauth/token' \
--header 'hustro-client: other' \
--header 'hustro-client-version: ' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "",
"client_secret": ""
}'{
"access_token": "string",
"expires_in": 0,
"token_type": "string"
}