curl --location --request GET 'https://supplier.innovatemr.net/api/v2/resources/termReasonCategories' \
--header 'x-access-token;' \
--header 'Content-Type: application/json'{
"apiStatus": "string",
"msg": "string",
"result": [
{
"name": "string",
"code": 0,
"desc": "string",
"infoUrl": "string"
}
]
}