curl --location --request GET 'https://api.mpc.dev.placewise.com/v1/members/me/cars/1' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: '
{
"car": {
"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"
}
}