{
"grant_type": "authorization_code",
"client_id": "string",
"client_secret": "string",
"code": "string",
"redirect_uri": "string",
"refresh_token": "string",
"shop_id": 0,
"myshopify_domain": "string",
"scope": "string"
}curl --location 'https://rapi.trustoo.io/api/v1/openapi/oauth/token' \
--header 'Content-Type: application/json' \
--data '{
"grant_type": "authorization_code",
"client_id": "string",
"client_secret": "string",
"code": "string",
"redirect_uri": "string",
"refresh_token": "string",
"shop_id": 0,
"myshopify_domain": "string",
"scope": "string"
}'{
"code": 0,
"message": "success",
"time": 1772087676,
"request_id": "771197f10769e3a2465c9b332e63bb59",
"data": {
"access_token": "string",
"token_type": "Bearer",
"expires_in": 3600,
"refresh_token": "string",
"scope": "string"
}
}