a_visit) for the specified region (id_region), business (k_business), and user (uid).id_region (integer, required): Identifies the geographic or logical region for which to retrieve schedule page data.k_business (integer, required): The business identifier within WellnessLiving whose schedule/visits are being requested.uid (integer, required): The unique user identifier for whom the visits/schedule entries are being fetched.a_visit: Array of visit/schedule records matching the provided filters.status: Overall status of the request (e.g., "ok").a_visit array with "status": "ok", it means the request was successful but no visits were found for the given id_region, k_business, and uid combination.curl --location -g --request GET '/v1/schedule/page/list?id_region={{id_region}}&k_business={{k_business}}&uid={{uid}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}