|
meta {
|
|
name: POST interact - unknown interactable
|
|
type: http
|
|
seq: 9
|
|
}
|
|
|
|
post {
|
|
url: {{baseUrl}}/game/players/{{playerId}}/interact
|
|
body: json
|
|
auth: none
|
|
}
|
|
|
|
headers {
|
|
content-type: application/json
|
|
}
|
|
|
|
body:json {
|
|
{
|
|
"schemaVersion": 1,
|
|
"interactableId": "not_in_registry"
|
|
}
|
|
}
|