AmooAti/Antimorph-ECommerce

Admin - Create Customer

Closed this issue · 1 comments

Story

As an admin, I Want to create a customer

API

Method: POST
Endpoint api/admin/customer
Auth: admin
Request: FirstName, LastName, Email,Is Suspend (optional - default active), Phone Number (optional), Password
Response:
- customer model except password field

Checklist

  • API Doc
  • Test

Auth: admin is not implemented due to it was not ready