How to retrieve a Contact linked to an Opportunity via REST API?

I'm using GET /rest/v11_16/Opportunities/{opportunity_id} to get a Particular Opportunity back, yet I don't see that there is any Contact related info in the response. 

The response is below:

Fullscreen
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"id": "aec8b61c-48b0-11ed-9a88-02d60046d9de",
"name": "Michael Test Deal 2",
"date_entered": "2022-10-10T15:32:00+00:00",
"date_modified": "2022-10-12T14:22:14+00:00",
"modified_user_id": "1",
"modified_by_name": "Jen Smith",
"modified_user_link": {
"full_name": "Jen Smith",
"id": "1",
"_acl": {
"fields": {
"pwd_last_changed": {
"write": "no",
"create": "no"
},
"last_login": {
"write": "no",
"create": "no"
}
},
XXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXXX

 The Contact ID related to my Opp is 981c7e48-4a32-11ed-86bf-02d60046d9de and see screenshot showing Contact on Opp