curl --location --request POST '/api/v2/business/reject-expense' \ --header 'Content-Type: application/json' \ --data-raw '{ "expenseId": 1 }'
{}