Create the organization
One POST — tenant, locale and theme. The org exists.
curl -X POST https://api.fkra.ai/v1/orgs \
-H "Authorization: Bearer sk_live_…" \
-d '{ "name": "Acme Academy", "locale": "ar" }'
curl -X POST https://api.fkra.ai/v1/orgs/org_7f3/enrollments \
-d '{ "pathId": "path_leadership", "userIds": ["u_812"] }'
curl https://api.fkra.ai/v1/orgs/org_7f3/progress?path=path_leadership