curl --request POST \
--url https://api.fivemanage.com/api/logs/batch \
--header 'Authorization: <api-key>' \
--header 'Content-Type: application/json' \
--data '
[
{
"level": "<string>",
"message": "<string>",
"metadata": {},
"resource": "<string>"
}
]
'