curl --location '/api/v2/business/remove-staff' \ --header 'Content-Type: application/json' \ --data '{ "businessId": 2220, "staffId": 2243 }'
{}