Authorization: Bearer ********************offline_access-Offline accessopenid-OpenIDprofile-Profileemail-Emailcurl --location --request PUT 'https://api.belga.press/belgapress/api/users//tags/order' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '[
{
"id": 0,
"order": 0,
"parentId": 0
}
]'{
"_links": {
"self": "http://example.com",
"prev": "http://example.com",
"next": "http://example.com"
},
"_meta": {
"total": 0
},
"data": [
{
"id": 0,
"image": "string",
"name": "string",
"subscribed": true,
"type": "LABEL"
}
]
}