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