curl --request GET \
--url https://api.projectcor.com/v1/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"email": "jsmith@example.com",
"phone": "<string>"
}curl --request GET \
--url https://api.projectcor.com/v1/contacts/{id} \
--header 'Authorization: Bearer <token>'{
"id": 123,
"name": "<string>",
"email": "jsmith@example.com",
"phone": "<string>"
}