curl --location --request GET '/v2/user/products'
{
"data": [
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"name": "string",
"code": "string",
"app_type": "string",
"description": "string"
}
]
}