THIS SITE IS UNDER CONSTRUCTION
curl --location --request PUT 'https://api-core.deriv.com/v1/connect/holds/' \
--header 'Authorization: Bearer' \
--header 'Content-Type: application/json' \
--data-raw '{
"action": "string",
"brand_name": "string"
}'
{
"data": {
"result": "success",
"action": "release",
"message": "Hold released."
},
"meta": {
"timing": 1460,
"endpoint": "/v1/connect/holds/1e2c5db9-9908-410a-a761-2e5eaf273195",
"method": "PUT"
}
}