Authorization: Bearer ********************
{
"uid": 0
}
curl --location --request POST 'http://gong.v1.idcfengye.com/admin/return-express/delete' \
--header 'token;' \
--header 'Content-Type: application/json' \
--data-raw '{
"uid": 0
}'
{
"uid": 0
}