curl --request POST \
--url https://prod.oneloop.ai/api/v1/link-token \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"customerId": "<string>",
"workspaceId": "<string>",
"externalBillingId": "<string>"
}'