curl --location 'https://protopedia.net/v2//api/event/relation' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"prototypeId": [
xxxx
]
}'{
"metadata": {
"detail": "The request sent by the client was successful.",
"title": "OK",
"status": 200
},
"links": {
"self": {
"href": "/v2/api/event/relation"
}
}
}