Authorization: Bearer ********************
{
"cid": "283b1f62-a876-42c6-a560-268efc07439c",
"ticket": "TK_QjZ0vC1tBa"
}
curl --location --request POST '/user/child/device/bind' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"cid": "283b1f62-a876-42c6-a560-268efc07439c",
"ticket": "TK_QjZ0vC1tBa"
}'
{}