{ "position": 1 }
curl --location -g --request POST 'http://localhost/sms/delete' \ --header 'Content-Type: application/json' \ --data-raw '{ "position": 1 }'
{ "status": true, "msg": "Deleted successfully!" }