curl --request POST \
--url https://api.enterprise.sandbox.uphold.com/topper/kyc-sharing/identify-user \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"email": "[email protected]",
"country": "GB"
}
'