Add service to create attestation token:
- Define API
- Retrieve boot_status from shared data region
- Collect all fixed claim : boot_status, client_id, boot_seed, challenge, device_id
- Encoded the token with TLV encoding
- Implement test cases
- Create service integration guide