oauth_code is omitted, returns an auth_url for the frontend to redirect to.oauth_code is provided, completes the connection and returns the connection object.Authorization: Bearer ********************curl --location 'https://numueg.app/api/v1/stores//social/connections' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"oauth_code": "AQBx...",
"platform": "instagram",
"redirect_uri": "https://merchant.numueg.app/social/callback"
}'{
"success": true,
"data": {
"property1": "string",
"property2": "string"
},
"message": "string"
}