curl --request POST \
--url https://api.platform.dakota.xyz/sandbox/customers/{id}/kyb/simulate \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"status": "approved",
"reason": "<string>"
}
'{
"message": "KYB status updated to approved"
}Simulate a KYB approval or rejection for a customer
curl --request POST \
--url https://api.platform.dakota.xyz/sandbox/customers/{id}/kyb/simulate \
--header 'Content-Type: application/json' \
--header 'x-api-key: <api-key>' \
--data '
{
"status": "approved",
"reason": "<string>"
}
'{
"message": "KYB status updated to approved"
}Customer ID
KYB status updated successfully
"KYB status updated to approved"