curl --location --request GET '/openapi/v0.9/manage/api/v1/organizations/5dff27bd-693c-4ace-979d-e26e920d497a/c2c/solution/configs' \
--header 'x-user-token: {{x-user-token}}' \
--header 'X-Request-Id: {% mock '\''uuid'\'' %}'{
"code": 0,
"message": "string",
"data": {
"property1": "string",
"property2": "string"
}
}