🚧 This project is currently in active development. A sandbox environment will be made available soon for testing and exploration. Stay tuned!
curl --location --request POST 'https://ws2-portal-api.datmancrm.com/merchants/ws2/api/v1/merchants/merchant-association' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "update",
"oldCredentials": {
"email": "{{email}}",
"phoneNumber": "{{phone_number}}"
},
"newCredentials": {
"email": "{{new_email}}",
"phoneNumber": "{{new_phonenumber}}"
}
}'{
"message": "The user credentials have been successfully updated.",
"statusCode": 6003
}