curl --request PUT \
--url https://api.pictify.io/bindings/{uid} \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"name": "<string>",
"dataSource": {},
"mapping": {},
"defaults": {},
"refreshPolicy": {},
"outputConfig": {},
"status": "active"
}
'