curl --location --request POST 'https://core.privageapp.com/api/v1/auth-connect/refresh' \
--header 'Content-Type: application/json' \
--data-raw '{
"refresh_token": "eyJhbGciOiJIUzI1NiIs..."
}'{
"access_token": "eyJhbGciOiJIUzI1NiIs...",
"refresh_token": "eyJhbGciOiJIUzI1NiIs..."
}