POST
/tags
curl \
--request POST 'https://api.mahjoz.io/api/v1/tags?model=customers' \
--header "X-Api-Key: $API_KEY" \
--header "Content-Type: application/json" \
--data '{"name":"VIP Customer"}'
Request examples
{
"name": "VIP Customer"
}
Response examples (201)
{}