صفحه اطلاعات کاربر
api/v1/profile --->برای گرفتن اطلاعات GET
api/v1/profile/update -> ویرایش اطلاعات POST
کلید ها:
'name' => 'nullable|string|max:255',
'email' => 'nullable|email|max:255',
'profile' => 'nullable|file',
'notify_new_chapter' => 'nullable|boolean',
'notify_user_referral' => 'nullable|boolean',
'notify_promotions' => 'nullable|boolean',
'notify_donation' => 'nullable|boolean',
api/v1/profile/change-password -> تعییر رمز عبور POST
'old_password' => 'required',
'password' => 'required',
-------------------------------------------------------------------------------------------
صفحه ی تیکت
api/v1/user_ticket -> لیست تیکت ها GET
api/v1/user_ticket/show/{id} -> نمایش پیام های هر تیکت GET
api/v1/user_ticket/store -> ثبت تیکت جدید POST
کلید ها:
'message_text' => 'required',
'issue_type' => 'required', ['technical', 'billing', 'general', 'other']
api/v1/user_ticket/update/{id}--> پیام در چت POST
'message_text' => 'required',
-------------------------------------------------------------------------------------------
api/v1/dashboard داشبورد
-------------------------------------------------------------------------------------------
api/v1/library کتابخانه لیست خوانده شده ها
api/v1/library/completed تکمیل شده ها
api/v1/library/liked لایک شده ها
api/v1/library/delete حذف شده ها
api/v1/library/deleteOrLiked/{id} حذف یا لایک POST