Authorization: ********************curl --location --request GET '/api/v2/ktties/public/' \
--header 'Authorization: Bearer <token>'{
"id": "string",
"name": "string",
"is_personal": true,
"colour_code": 1,
"type": "Travel",
"description": "string",
"image_url": "http://example.com/sample.png",
"payment_referral_code": "string",
"owner": {
"first_name": "Piers",
"last_name": "Morgan",
"preferred_name": "Piers M.",
"image_url": "http://example.com/sample.png"
}
}