openid from the Gokoo platform.curl --location '/connect/merchant/get_openid?app_id=undefined&app_secret=undefined&code=undefined' \
--header 'Authorization: {{bearerToken}}'{
"data": {
"openid": "string",
"merchant_info": {
"name": "Gokoo Restaurant",
"logo": "string"
}
},
"error": 0,
"message": "success"
}