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