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