curl --location --request POST 'https://core.privageapp.com/api/v1/auth-connect/' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"api_secret": "string",
"api_key": "string"
}'{
"access_token": "string"
}