{ "userId": "string" }
curl --location --request DELETE '/api/user/deleteUser' \ --header 'X-HAHACAR-TOKEN;' \ --header 'Content-Type: application/json' \ --data-raw '{ "userId": "string" }'
{ "code": "string", "msg": "string", "data": {} }