verify guest otp
POST
https://shop-api.imbeltagy.tech/auth/verify-guest-otp
Request Request Example
Shell
JavaScript
Java
Swift
curl --location --request POST 'https://shop-api.imbeltagy.tech/auth/verify-guest-otp' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "employee@beltashop.com",
"otp": "1111",
"purpose": "reset_password"
}'
Response Response Example
{}
Request
Body Params application/json
Responses
Modified at 2025-06-23 18:14:41