x-api-key: ********************{
"accountEmail": "newuser@example.com",
"apiKey": "newapikey123"
}curl --location --request PUT '/v1/exports/third-party/' \
--header 'x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"accountEmail": "newuser@example.com",
"apiKey": "newapikey123"
}'{
"status": 200,
"message": "Third party account updated successfully",
"data": {
"id": "tp_98765",
"provider": "Google",
"accountEmail": "newuser@example.com",
"updatedAt": "2025-10-04T14:30:00Z"
}
}