Pre-flight checks before wiring real endpoints into the FE. Run each curl, confirm the green-light signal, then move to the next screen.
Setup once per shell:
export BASE_URL="https://<admin-api-fqdn>" # ← replace with your admin-api FQDN
export EMAIL="admin@bodifyapp.com"
export PASS="your-admin-password"