curl --location --request POST 'https://core.privageapp.com/api/v1/auth-connect/token' \
--header 'Content-Type: application/json' \
--data-raw '{
"exchange_token": "550e8400-e29b-41d4-a716-446655440000",
"business_code": "MYBIZ"
}'{
"access_token": "eyJhbGciOiJIUzI1NiIs...",
"refresh_token": "eyJhbGciOiJIUzI1NiIs..."
}