curl --location --request POST 'https://core.privageapp.com/v1/auth-connect/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"exchange_token": "7d21d79f-548f-4749-9eb3-1a3e13e8d432",
"business_code": "string"
}'{
"access_token": "string",
"refresh_token": "string"
}