auth-bearer: ********************curl --location --request POST '/budget/approveOrDisapprove/' \
--header 'auth-bearer: <api-key>' \
--header 'Content-Type: application/json' \
--data-raw '{
"status": 1,
"generatedTreatment": true
}'{
"message": "string",
"treatment": {
"type": "string",
"clinic": "string",
"patient": "string",
"_id": "string"
}
}