{
"verification_code": "string",
"email": "string"
}
curl --location --request POST 'http://localhost:0721/api/user/update-email?id' \
--header 'Authorization: {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"verification_code": "string",
"email": "string"
}'
{
"code": 7,
"message": "non enim sit consectetur reprehenderit",
"data": "qui"
}