post https://api.staging.hint.com/api/oauth/tokens
curl https://api.hint.com/api/oauth/tokens \
--data '{"grant_type":"authorization_code", "code":"AUTHORIZATION_CODE_FROM_UI"}' \
--header 'Authorization: Bearer {PARTNER_API_KEY}' \
--header 'Content-Type: application/json'