Request User Data
This endpoint prepares the user data. After a 202 response from this API, the client will receive the user data via a webhook.
post/privacy/v1/user-data
Response
User data processed successfully.
Example response
{
"user_info": {
"username": "test_uid"
}
}