curl --location 'http://localhost:8080/v2/sessions/search' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{
"query": {
"offset": "0",
"limit": 100,
"asc": true
},
"sortingColumn": "SESSION_FIELD_NAME_UNSPECIFIED"
}
'
curl --location 'http://localhost:8080/v2/sessions/search' \
--header 'Accept: application/json' \
--header 'Content-Type: application/json' \
--header 'Authorization: ••••••' \
--data '{
"query": {
"offset": "0",
"limit": 100,
"asc": true
},
"sortingColumn": "SESSION_FIELD_NAME_UNSPECIFIED"
}
'