Estimate ('requested', 'rejected', 'approved')

Estimate requested subscribe example:

curl --location --request POST '/platform/v1/webhook/subscribe' \
--header 'Authorization: "Bearer API_TOKEN"'\
--header 'Content-Type: application/json' \
--data-raw '{
"event": "estimate/requested",
"target_url": "URL"
}'

Review submitted response example:

{
  "entity_name": "estimate",
  "event_type": "requested",
  "data": {
    "business_id": "s5ek7tfgp068i2st",
    "conversation_id": "l5718cwza39px7vj",
    "estimate_id": "50ic6dbp2wkntppt",
    "estimate_number": 1,
    "amount": "16.8",
    "currency": "ILS",
    "state": "issued",
    "due_date": "2019-11-29",
    "client_id": "54gjvtadfbxiom7y",
    "created_at": "2019-10-29T09:48:11.000+02:00"
  }
}