curl --location 'https://mock.apidog.com/m1/1212435-0-default/api/project-review-invitations//accept' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"displayName": "Client Manager"
}'{
"isSuccess": true,
"data": {
"projectId": "57",
"accessId": "e5deabf9-68e0-4303-a11a-d4ba98a63b71",
"permission": "VIEWER",
"status": "ACTIVE",
"acceptedAt": "2019-08-24T14:15:22.123Z"
},
"message": "Invitation accepted successfully.",
"statusCode": 200,
"errors": []
}