POST
/api/v1/vacations
curl \
--request POST 'http://api.example.com/api/v1/vacations' \
--header "Content-Type: multipart/form-data" \
--form "Name=string" \
--form "From=2025-05-04T09:42:00Z" \
--form "To=2025-05-04T09:42:00Z" \
--form "BatchId=42"