Authorization: ********************curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/Auth/confirm-account' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"email": "eman@example.com",
"otpCode": "123456"
}'{
"isSuccess": true,
"data": "string",
"message": "Account Confirmed Successfully",
"statusCode": 200,
"errors": [
null
]
}