/libraries/<library_id>/advertisementsAuthorization: Bearer ********************curl --location --request POST 'https://api-staging.tenbyte.io/v1/libraries//advertisements' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "Advertisement 1",
"folder_id": "e6095ec4-ee31-4b18-aa6c-fc4ee5d59321",
"tag_url": "http://example.com/tag",
"active": true,
"default": false
}'{}