curl --request GET \
--url https://cherrytree.soyab.uk/goldmarket[
{
"total": 123,
"results": [
{
"itemId": 123,
"name": "<string>",
"amount": 123,
"type": "<string>",
"cost": 123
}
]
}
]curl --request GET \
--url https://cherrytree.soyab.uk/goldmarket[
{
"total": 123,
"results": [
{
"itemId": 123,
"name": "<string>",
"amount": 123,
"type": "<string>",
"cost": 123
}
]
}
]Was this page helpful?