Authorization: Bearer ********************{
"uuid": "41f3dea98ced4144a64043b1fba3ccf1"
}curl --location --request POST '/auth/wechat-status' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"uuid": "41f3dea98ced4144a64043b1fba3ccf1"
}'{
"data": {
"status": "WAITING",
"isSuccess": false,
"token": "eyJhbGciOiJIUzI1NiIsInR5cCI6IkpXVCJ9..."
}
}