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