curl --location 'https://rapi.trustoo.io/api/v1/openapi/get_oauth_authorize_url?client_id=trustwill&redirect_uri=http%3A%2F%2Flocalhost%3A3000%2Foauth%2Fcallback&state=123456789&scope=read_reviews%2Cread_orders'
{ "code": 0, "message": "string", "time": 0, "request_id": "string", "data": { "authorize_url": "string" } }