{
"car": {
"registration_number": "string",
"color": "white",
"make": "Toyota",
"expires_at": "2022-11-09T16:25:58.099512Z"
}
}
curl --location --request POST 'https://api.mpc.dev.placewise.com/v1/members/1/cars' \
--header 'X-User-Agent;' \
--header 'X-Product-Name;' \
--header 'X-Loyalty-Club-Slug;' \
--header 'Authorization;' \
--header 'X-Client-Authorization: ' \
--header 'Content-Type: application/json' \
--data-raw '{
"car": {
"registration_number": "string",
"color": "white",
"make": "Toyota",
"expires_at": "2022-11-09T16:25:58.099512Z"
}
}'
{}