curl --request POST \ --url http://localhost:8000/api/v1/ticketing/{collection_id}/tags \ --header 'Content-Type: application/json' \ --data '{ "name": "<string>", "description": "<string>", "color": "<string>" }'
{ "data": { "id": "<string>", "name": "<string>", "description": "<string>", "color": "<string>" } }
Include raw response. When you want more data from the source
Show child attributes