curl --location --request POST 'https://claimify-api.hayokmedicare.ng/api/v1/auth/change_providers' \
--header 'Authorization: Bearer <token>' \
--form 'client_id="3"' \
--form 'previous_health_facility="1"' \
--form 'new_health_facility="1"' \
--form 'reason_for_change="test_request"' \
--form 'prepared_by="1"' \
--form 'agency_id="4"'{}