curl --location --request POST 'https://api.rockty.com/auth/v1/token' \ --header 'api_key;' \ --header 'secret;'
{ "access_token": "", "token_type": "Bearer", "expires_in": "86400" }