curl --location --request POST 'https://api.leadfeeder.com/v1/tags?account_id=123456' \
--header 'X-Api-Key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"data": {
"type": "tag",
"attributes": {
"name": "US Prospects",
"color": 2
}
}
}'{
"data": {
"type": "tag",
"id": "4b7e2c9f",
"attributes": {
"name": "Prospects",
"color": 0,
"created_at": "2024-12-10T15:57:25Z",
"updated_at": "2024-11-24T11:50:00Z"
},
"relationships": {
"created_by": {
"id": "abc123",
"type": "user"
}
}
},
"meta": {
"request_id": "a1b2c3d4-e5f6-7890-abcd-ef1234567890"
}
}