Authorization: Bearer ********************curl --location --request GET '/trips/v1/custom/active/me' \
--header 'Accept-Language: th'{
"data": [
{
"trip_name": "string",
"trip_description": "string",
"number_of_days": 0,
"thumbnail_url": "string",
"reaction_count": 0,
"trip_start_date": "string",
"trip_end_date": "string",
"owner": "string",
"tripId": "string",
"user_trip_id": "string"
}
],
"timestamp": "string",
"owner": "string",
"total": 0
}