Authorization: Bearer ********************{
  "data": {
    "call_disposition": "RNR",
    "next_call_time": "2023-11-15T09:30:00",
    "remarks": "Couldnt reach out to the customer"
  },
  "status": "COMPLETED",
  "assignedTo": "alex@paisapay.com"
}curl --location --request POST 'https://api.chakrahq.com/v1/ext/p/lead/LEAD-000042/task/call' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
  "data": {
    "call_disposition": "RNR",
    "next_call_time": "2023-11-15T09:30:00",
    "remarks": "Couldnt reach out to the customer"
  },
  "status": "COMPLETED",
  "assignedTo": "alex@paisapay.com"
}'{}