curl --request POST \
--url https://export-service-433968519479.us-central1.run.app/exports \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"job_id": "<string>",
"export_type": "adapter",
"destination": [
"gcs"
],
"hf_token": "<string>",
"hf_repo_id": "<string>"
}
'