curl --location --request GET '/api/rest/v1/locales'
{
"_links": {
"first": {
"href": "string"
},
"next": {
"href": "string"
},
"previous": {
"href": "string"
},
"self": {
"href": "string"
}
},
"current_page": 0,
"_embedded": {
"items": [
{
"_links": {
"self": {
"href": "string"
}
},
"code": "en_US",
"enable": true
}
]
}
}
page
pagination method type. Should never be set manually, see Pagination section