curl --location 'https://api.zid.sa/v1/managers/webhooks/broken/recover' \
--header 'Authorization: {{Autherization}}' \
--header 'X-Manager-Token: {{Access-Token}}' \
--header 'Accept-Language: en' \
--header 'Content-Type: application/json' \
--data '{
"webhooks": [
{
"broken_webhook_id": "",
"target_url": ""
}
]
}'{
"status": "string",
"data": [
{
"id": "string",
"event": "string",
"target_url": "string",
"store_id": "string",
"conditions": [
"string"
],
"original_id": "string",
"subscriber": "string",
"active": true,
"doc": "string"
}
],
"message": {
"type": "success",
"code": "MSG_POPUP_OK",
"name": "Coupons",
"description": "Coupons created successfully"
}
}