Authorization: Bearer ********************
{ "post_id": 1 }
curl --location --request POST '/v1/post/user-cancel' \ --header 'Content-Type: application/json' \ --data-raw '{ "post_id": 1 }'
{ "code": 0, "msg": "ok", "data": {} }