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