{
"id": "<string>",
"type": "test-results",
"attributes": {
"result": "<string>",
"batch-number": "<string>",
"test-type": "<string>",
"conducted_at": "2023-11-07T05:31:56Z",
"created_at": "2023-11-07T05:31:56Z",
"updated_at": "2023-11-07T05:31:56Z"
},
"meta": {
"certificate_url": true,
"has_secret": true
},
"relationships": {
"test": {
"data": {
"type": "<string>",
"id": "<string>"
}
},
"tester": {
"data": {
"type": "<string>",
"id": "<string>"
}
},
"booking": {
"data": {
"type": "<string>",
"id": "<string>"
}
}
},
"links": {
"self": "<string>"
}
}