curl --request GET \
--url http://localhost/api/api/blacklist/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"list_name": "<string>",
"reference_id": "<string>",
"created_by": 123,
"modified_by": 123
}curl --request GET \
--url http://localhost/api/api/blacklist/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"list_name": "<string>",
"reference_id": "<string>",
"created_by": 123,
"modified_by": 123
}JWT token obtained from AWS Cognito or custom authentication service
A unique integer value identifying this blacklist.