x-token: ********************
{
"country_code": "string",
"name": "string",
"size": "string",
"template_id": 0
}
curl --location --request POST 'http://api.testagent.mumamail.com/user/editPreset' \
--header 'Content-Type: application/json' \
--header 'x-token;' \
--data-raw '{
"country_code": "string",
"name": "string",
"size": "string",
"template_id": 0
}'
{
"code": 0,
"data": {},
"msg": "success"
}