Authorization: Bearer ********************
{
"code": "string",
"encryptedData": "string",
"iv": "string",
"key": "string",
"type": "string"
}
curl --location --request POST '/api/front/douyin/register/binding/phone?code' \
--header 'Authori-zation: {{token}}' \
--header 'source: {{source}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"code": "string",
"encryptedData": "string",
"iv": "string",
"key": "string",
"type": "string"
}'
{
"code": 0,
"message": "string",
"data": {}
}