curl --request POST \
--url https://api.contentmod.io/queues/{queueId} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"type": "text",
"content": "This is a very cool api",
"meta": "{}",
"actorId": "123"
}'