curl --location --request POST 'https://openapi.suanli.cn/api/deployment/task/encrypt/check' \ --header 'token: your_api_token_here' \ --header 'version: 1.0.0' \ --header 'timestamp: 1747379023000' \ --header 'sign_str: base64_encoded_signature_here' \ --data-urlencode 'config_signature=MIIEpAIBAAKCAQEA3Z4vI9yV...' \ --data-urlencode 'public_key_id=kms_key_rsa_2025q3' \ --data-urlencode 'algorithm=RSA_2048' \ --data-urlencode 'hash_method=SHA256' \ --data-urlencode 'original_checksum=a1b2c3d4e5f67890abcdef1234567890abcdef1234567890abcdef123456'
{ "code": "0000", "validity": true, "verification_time": "2025-06-20T02:25:14Z", "public_key_status": "ACTIVE" }