curl --request PUT \
--url https://api.example.com/api/v1/dt/user/status \
--header 'Content-Type: application/json' \
--data '
{
"uuid": "e69da788a6c841d4953c475fc42bf464",
"platform_id": "AXTES",
"username": "player001",
"type": "1",
"key": "abc123hash"
}
'