curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/members/me/cars' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
per_page
param out of range?{
"cars": [
{
"id": 1,
"country": "pl",
"registration_number": "string",
"color": "white",
"make": "Toyota",
"expires_at": "2022-11-09T16:25:58.099512Z",
"created_at": "2022-11-05T16:25:58.099512Z",
"updated_at": "2022-11-15T16:25:58.099512Z"
}
],
"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
}
}