{}curl --location --request DELETE 'https://api.mpc.dev.placewise.com/v1/management/mobile_app/versions/' \
--header 'X-User-Agent: ApiDog' \
--header 'X-Product-Name: default' \
--header 'X-Loyalty-Club-Slug: infinity-mall' \
--header 'X-Customer: 447' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data '{}'{
"version": {
"id": 1,
"version": "1.1.2",
"platform": "android",
"forced": true,
"from_date": "2023-01-15",
"url": "string",
"title": {
"en": "Text"
},
"message": {
"en": "Text"
},
"confirm_button": {
"en": "Text"
},
"cancel_button": {
"en": "Text"
},
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
}
}