Authorization: ********************{
"url": "string"
}curl --location 'https://my.test-1.account.finlego.com/api/merchant/integration/webhooks/subscription' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"url": "string"
}'{
"isFailed": true,
"isSuccess": true,
"reasons": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
}
}
],
"errors": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
},
"reasons": [
{}
]
}
],
"successes": [
{
"message": "string",
"metadata": {
"property1": null,
"property2": null
}
}
]
}