curl --request PUT \
--url https://api.example.com/api/v1/dt/user/limit \
--header 'Content-Type: application/json' \
--data '
{
"uuid": "3f1e16c7-4083-4897-b40b-55b7f674f72f",
"platform_id": "AXTES",
"username": "player001",
"limit_id": "1,2",
"type": "0",
"key": "abc123hash"
}
'