curl --location --request PATCH 'https://public-api.notifyme.bot/v1/management/embeds?server_id=1044159651178094592&platform=youtube&embed_internal_id=4550a99c-ae71-497a-a91b-6af40ff08794' \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '{
"name": "string",
"header": {
"video": "string",
"live": "string",
"tweet": "string"
},
"color": "string",
"title": "string",
"live_fields": [
"game"
],
"thumbnail": true,
"footer": "string",
"upload_timestamp": true,
"button": {
"video": "string",
"live": "string",
"tweet": "string"
}
}'