curl --location --request POST 'https://webhook-sender-manager-development.iorq.com.br/api/webhook' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"message_type": "LOAN_UPDATE",
"webhook_url": "string",
"headers": {
"property1": "string",
"property2": "string"
}
}'{
"fund_id": "string",
"message_type": "LOAN_UPDATE",
"status": "string",
"webhook_url": "string",
"webhook_id": "string",
"headers": {
"property1": "string",
"property2": "string"
},
"created_at": "string",
"updated_at": "string",
"max_attempts": 7
}