Authorization: Bearer ********************
{
"ticket": "string"
}
curl --location --request POST '/user/child/contacts/wristwatch/friend/generate-code' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"ticket": "string"
}'
{
"code": "string"
}