Authorization: Bearer ********************curl --location --request POST 'https://api.stg.bidancer.com/user-service/v1/verify-email/confirm' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"id": "string",
"otp": "string"
}'{
"status": "success",
"message": "string"
}