Other Fee in the Fee section of the Boarding Application.Authorization: Bearer ********************curl --location --request PUT '/api/boarding-application/608/fee/other/7241201' \
--header 'Authorization: Bearer <token>'{
"id": 7241201,
"type": {
"id": 487,
"name": "Other",
"type": "amount",
"period": "Month"
},
"value": 0.99,
"note": "ACQ"
}