curl --request POST \
--url https://api.pixusglobal.com/client/webhook/config \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"url": "<string>",
"webhook": {
"methodId": "<string>",
"active": true
}
}
'