POST
/
api
/
confirm-email
curl --request POST \
  --url http:///%7B{base_url}%7D/api/confirm-email \
  --header 'Content-Type: application/json' \
  --data '{
  "email": "{{user_email}}",
  "code": "55uans"
}'
{
  "message": "Email confirmed"
}

Body

application/json ยท object

The body is of type object.

Response

200 - application/json

The response is of type object.