[
{
"key": "uc_first",
"value": "UC Value"
},
{
"key": "uc_last",
"value": "Other uc value"
}
]
curl --location --request POST '/api/system/connections//metadata' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"key": "uc_first",
"value": "UC Value"
},
{
"key": "uc_last",
"value": "Other uc value"
}
]'{
"data": {
"key": "09000451524437",
"name": "string",
"email": "string",
"status": "string",
"integration_name": "string",
"redirect": "string",
"scopes": "string",
"user_metadata": "string",
"client_id": "string",
"updated_at": "string",
"created_at": "string",
"connected_at": "string"
}
}