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