post https://{hostname}/api/v2/map
Associates a primary key with a user's social identity.
Responses
Associates a primary key with a user's social identity.
xxxxxxxxxx
curl --request POST \
--url https://hostname/api/v2/map \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded'
xxxxxxxxxx
{
"stat": "ok"
}