Authorization: Bearer ********************{
"code_type": 0,
"email": "string",
"code": "string"
}curl --location 'https://testforgeplus.trustie.net/api/v1//check_email_verify_code.json' \
--header 'Authorization: Bearer <token>' \
--header 'Cookie: autologin_trustie={{token}}' \
--header 'Content-Type: application/json' \
--data '{
"code_type": 0,
"email": "string",
"code": "string"
}'{
"status": 0,
"message": "success"
}