curl --request POST \
--url https://api.bindbee.dev/api/hris/v1/passthrough \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--header 'x-connector-token: <x-connector-token>' \
--data '{
"method": "POST",
"path": "/employees",
"headers": {
"Content-Type": "application/json"
},
"data": "<any>",
"request_format": "JSON"
}'