curl --location --request PUT 'https://customers.coldmailreseller.com/api/v1/integration/exports/platform-credential?userId=H8M9JV2S9HMPYFQW393AZHQVD4XM&credentialId=H8M9JV2S9HMPYFQW393AZHQVD4XM' \
--header 'cmr-x-api-key: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"credentials": {
"email": "admin@emailbison.com",
"password": "new-secure-password"
},
"orgId": "org_new_xyz",
"metadata": {
"appBaseUrl": "https://app.emailbison.com",
"clientId": "client_abc",
"appName": "EmailBison",
"workspace": "workspace_name"
}
}'