Create a new location within the specified world. Provide location details such as lore, name, and role.
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
The unique identifier for the game.
"game123"
The unique identifier for the world.
"world456"
The unique identifier for the region where the location will be in.
"location789"
(Optional) The player's session ID.
"60Z5aZjIuFlyYbjbZZKe"
The location data required to create a new location.
Location created successfully.
Confirmation message after creating the location.
"Location: location789 has been created with the following context."
UID of the location.
"location789"
The context details of the created location.
{
"lore": "A bustling market town.",
"name": "Rivertown",
"role": "Trade hub"
}