curl --location --request GET 'https://api.lootlocker.io/server/contexts/v1?page=1&per_page=5' \
--header 'x-auth-token: <api-key>'{
"contexts": [
{
"id": 0,
"uuid": "string",
"name": "string"
}
],
"pagination": {
"errors": [
{
"field": "string",
"message": "string"
}
],
"per_page": 0,
"offset": 0,
"total": 0,
"last_page": 0,
"current_page": 0,
"next_page": 0,
"prev_page": 0
}
}