{
"filter": {
"id": [1]
}
}
curl --location --request POST 'https://api.ipcola.com/api/account/delete' \
--header 'Authorization: Bearer ' \
--header 'Content-Type: application/json' \
--data-raw '{
"filter": {
"id": [1]
}
}'
{
"meta_message": "string",
"meta_status": 0
}