Authorization: Bearer ********************
{
"password": "string",
"email": "string",
"code": "string"
}
curl --location --request PATCH 'https://testforgeplus.trustie.net/api/v1//update_email.json' \
--header 'Cookie: autologin_trustie=3acc38c27d61a347f5c16fbca2c4964b181a2f79' \
--header 'Content-Type: application/json' \
--data-raw '{
"password": "string",
"email": "string",
"code": "string"
}'
{
"status": 0,
"message": "success"
}