GET/v1/member/infohttps://uat-api.wellnessliving.io/v1/member/info?id_region=2&k_business=49197&uid=2720946id_region2k_business49197uid2720946Authorization header.{{TOKEN}} variable configured in your environment/collection.{{TOKEN}} value is valid for the target environment (UAT vs. production) and has permission to access member information for the specified k_business.uid is active and associated with the specified k_business.uid does not exist or does not belong to the provided k_business/id_region, the API may return an error or an empty/partial payload depending on backend rules.id_region, k_business, uid) are present and consistent; mismatched values are a common cause of 4xx responses.curl --location -g --request GET '/v1/member/info?id_region={{id_region}}&k_business={{k_business}}&uid={{uid}}' \
--header 'Content-Type: text/plain' \
--data-raw ''{}