meta {
  name: loanActivation
  type: http
  seq: 5
}

put {
  url: http://localhost:8000/api/loan/activation
  body: json
  auth: inherit
}

body:json {
  {
    "id": "{{loanId}}",
    "disbursedPhoto": "path/to/image",
    "disbursedAt": "2025-05-09"
  }
}
