inbound:write
Authorization: ********************
curl --location --request DELETE 'https://gwms.jmalltech.com/api-gateway/api/v1/inbound/orders/' \ --header 'Authorization: Bearer <token>'
{ "success": true, "message": "Success", "code": "200", "timestamp": "2024-01-01T00:00:00Z", "data": { "deleted": true, "resourceType": "Product", "resourceId": "SKU-2024-001", "deletedAt": "2024-01-01T10:30:00Z" } }