TOKEN variable.id_region (number)k_business (number)k_service (number)a_product (array): List of available products for the given region, business, and service.[]).status (string): Usually "ok" on success.s_version (string): Internal API version or build identifier.{
"a_product": [],
"status": "ok",
"s_version": "444085"
}
curl --location -g --request GET '/v1/appointment/book/product?id_region={{id_region}}&k_business={{k_business}}&k_service=undefined' \
--header 'Content-Type: text/plain' \
--data-raw ''{}