url для работы с пользователем

/user/registration/register Displays registration form
/user/registration/resend Displays resend form
/user/registration/confirm Confirms a user (requires id and token query params)
/user/security/login Displays login form
/user/security/logout Logs the user out (available only via POST method)
/user/recovery/request Displays recovery request form
/user/recovery/reset Displays password reset form (requires id and token query params)
/user/settings/profile Displays profile settings form
/user/settings/account Displays account settings form (email, username, password)
/user/settings/networks Displays social network accounts settings page
/user/profile/show Displays user's profile (requires id query param)
/user/admin/index Displays user management interface

для работы с приложением в локальной среде надо добавить к hosts строки 127.0.0.1 frontend.local 127.0.0.1 admin.local

разворачивается разворачивается приложение командой

так же рекомендуется создать символические ссылки на папку app/upload в каталогах backend/web и frontend/web

postman коллекция лежит в common\Modules\User\Entities\User задачи сделать openapi не было