createPing This endpoint requires Authentication. The ping will be created by the first player. Creates a world ping. URL POST http://localhost:8080/createPing Request Body Name Type Required? Description x Float Yes X Location of the Ping. y Float Yes Y Location of the Ping. z Float Yes Z Location of the Ping. Example Request curl -X POST 'http://localhost:8080/createPing' \ -H 'Content-Type: application/json' \ -H 'X-FRM-Authorization: <your access token>' \ --data-raw '{ \ "x": 0, \ "y": 0, \ "z": 0 \ }'