cURL
curl --request POST \ --url https://third-party.etrnl.app/v1/pages/{id}/queue \ --header 'API-Key: <api-key>' \ --header 'Content-Type: application/json' \ --data '{ "displayName": "<string>", "tagMetadata": "<string>" }'
{ success: true, queueItem: { id: 200, tagMetadata: { nftId: 123 }, displayName: 'My Test', pageId: 191, groupId: null, organizationId: 1276, fulfillmentDate: null, fulfilled: false } }