admin-auth: ********************curl --location --request POST '/admin/invoices/' \
--header 'admin-auth: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"tenant": "string",
"status": "string",
"initialDate": "2019-08-24T14:15:22.123Z",
"finalDate": "2019-08-24T14:15:22.123Z"
}'