curl --location -g --request GET 'https://api.mpc.dev.placewise.com/v1/messages/templates?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: '
{
"templates": [
{
"id": 1,
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z",
"name": "string",
"type": "plain",
"content": {
"language": "string",
"body": "Hei {{name}}"
},
"translations": [
{
"language": "string",
"body": "Hei {{name}}"
}
],
"wrapper_id": 1,
"merge_properties": [
"first_name"
],
"thumbnail_url": "https://img.placewise.com/image.png"
}
],
"pagination_info": {
"count": 1000,
"total_count": 2050,
"per_page": 1000,
"total_pages": 3,
"current_page": 1,
"next_page": 2,
"prev_page": null,
"is_first_page": true,
"is_last_page": false,
"is_out_of_range": false,
"offset": 0
}
}