POST
/
privacy
/
v1
/
user-data
curl --request POST \
  --url https://api.eka.care/privacy/v1/user-data \
  --header 'Authorization: Bearer <token>'
{
  "user_info": {
    "username": "test_uid"
  }
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Response

202
application/json
User data processed successfully.
user_info
object