id 19445 for boarding application with id 608Authorization: Bearer ********************{
"value": "0.10000"
}curl --location --request PUT '/api/boarding-application/608/fee/19445' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"value": "0.10000"
}'{
"id": 19445,
"type": {
"id": 20,
"name": "Monthly Fee",
"type": "amount"
},
"value": 0.1
}