x-api-key: ********************{
"provider": "Google",
"accountEmail": "user@example.com",
"apiKey": "xyz123apikey"
}curl --location '/v1/exports/third-party' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"provider": "Google",
"accountEmail": "user@example.com",
"apiKey": "xyz123apikey"
}'{
"status": 201,
"message": "Third party account added successfully",
"data": {
"id": "tp_98765",
"provider": "Google",
"accountEmail": "user@example.com",
"createdAt": "2025-10-04T13:00:00Z"
}
}