Authorization: Bearer ********************
curl --location --request GET 'https://service-dash.dlabssaas.io/rest/web/secured/participant/notes/find/45284e7b-22c1-4bcf-af24-b89df7099e5d' \
--header 'Authorization: Bearer <token>'
{
"status": "success",
"data": {
"participantNotesId": "45284e7b-22c1-4bcf-af24-b89df7099e5d",
"participantNotesTitle": "Title 1",
"participantNotesBody": "Body for title 1 "
},
"info": {
"id": "SUCCESS_GET_DATA",
"message": "Get data succeed",
"messageEn": null,
"messageId": null,
"field": null,
"redirect": null
}
}