curl --location --request POST 'https://api.urbandataanalytics.com/api/backoffice/v1/refresh-token' \
--header 'x-consumer-id: YOUR_CONSUMER_ID' \
--header 'x-consumer-secret: YOUR_CONSUMER_SECRET'{
"access_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"refresh_token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9...",
"token_type": "Bearer",
"expires_in": 3600
}