cURL
curl -X POST \ /public/customer/request-otp \ --header "Content-Type: application/json" \ --header "Authorization: Bearer <token>" \ --data '{ "email": "" }'
Creates a CustomerOtp resource.
Value for the Authorization header parameter.
The new CustomerOtp resource
The email of the customer
255
No content
Was this page helpful?