Authorization: ********************curl --location '/api/v1/core/deliveries/resend-email' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"documentIds": [
"497f6eca-6276-4993-bfeb-53cbbbba6f08"
]
}'