{ "userId": 29 }
curl --location --request POST 'http://47.92.1.39:8005/api/user/delete' \ --header 'Authorization: eyJ0eXAiOiJKV1QiLCJhbGciOiJIUzI1NiJ9.eyJyb2xlcyI6InVzZXIiLCJleHAiOjE2NzYwMTQ5NzcsInVzZXJJZCI6MjksInVzZXJuYW1lIjoibWFpbFRlc3QifQ.WdTDe0VI5v_8F_VMnSd5B4G20ZfNFldK0-IXC28bP6Q' \ --header 'Content-Type: application/json' \ --data-raw '{ "userId": 29 }'
{ "success": true, "errCode": null, "errMessage": null }