curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/members/me/receipts/submissions/' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{
"submission": {
"id": 0,
"member_id": 0,
"state": "PENDING",
"error_messages": [
"string"
],
"rejection_reasons": [
"string"
],
"manual_verification_reasons": [
"string"
],
"file": {
"url": "https://example.com/image.png",
"identifier": "1",
"mime_type": "image/jpeg",
"created_at": "2022-11-09T15:46:00.252860Z",
"updated_at": "2022-11-09T15:46:00.252860Z",
"image_details": {
"width": 1,
"height": 1
}
},
"form": {
"store_id": 0,
"transaction_date": "2023-01-15",
"total_amount": 0
},
"prefilled_form": {
"store_id": 0,
"transaction_date": "2023-01-15",
"total_amount": 0
},
"comment": "string",
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
}
}