curl --location --request POST 'https://api.gomessage.id/eip/partner/channel/3cb69db1-c410-4b83-8d37-84b823be9c06/call/84963258127/consent' \
--header 'apiKey: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"call_type": "audio",
"reason_code": 101
}'{
"data": {
"error": 0,
"message": "Success"
}
}