username:passwordAuthorization: Basic *****************{
"keycode": "string",
"refresh_token": "string",
"username": "string"
}curl --location --request POST 'https://stg-api-hub.suntraveltech.com/auth/v1/refresh-token' \
--header 'Authorization: Basic <encoded-value>' \
--header 'Content-Type: application/json' \
--data-raw '{
"keycode": "string",
"refresh_token": "string",
"username": "string"
}'{
"access_token": "string",
"expires_in": 0,
"refresh_token": "string",
"token_type": "string"
}