cURL
curl -X POST \ /public/customer/request-otp \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '{ "email": "" }'
Creates a CustomerOtp resource.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Bearer <token>
<token>
The new CustomerOtp resource
The email of the customer
255
No content
War diese Seite hilfreich?