{
"activation_code": "string",
"machine_code": "string"
}curl --location --request POST '/api/license/activate' \
--header 'Content-Type: application/json' \
--data-raw '{
"activation_code": "string",
"machine_code": "string"
}'{
"valid": true,
"message": "string"
}