curl --location --request DELETE '/store/shipping/region/delete/' \ --header 'x-token: {{x-token}}' \ --header 'Content-Type: text/plain' \ --data-raw ''
{ "status": 0, "message": "string" }