curl --location -g --request GET 'https://api.mpc.dev.placewise.com/v1/content/management/tags?ids[]=1&ids[]=2&search=black&per_page=&page_no=1&sort_by[]=id&sort_directions[]=DESC' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'X-Customer;' \
--header 'Authorization: Bearer ' \
--header 'X-Client-Authorization: '
{
"tags": [
{
"id": 3,
"customer_id": 42,
"value": "Tag 3",
"created_at": "2025-01-10T12:18:46.004962Z",
"updated_at": "2025-01-10T12:18:46.004962Z"
},
{
"id": 1,
"customer_id": 42,
"value": "Tag 1",
"created_at": "2025-01-10T12:18:45.998147Z",
"updated_at": "2025-01-10T12:18:45.998147Z"
}
],
"pagination_info": {
"count": 2,
"total_count": 2,
"per_page": 100,
"total_pages": 1,
"current_page": 1,
"next_page": null,
"prev_page": null,
"is_first_page": true,
"is_last_page": true,
"is_out_of_range": false,
"offset": 0
}
}