curl --request POST \
--url https://pnbr.io/v1/bridges/{id}/properties \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"from_path": "<string>",
"from_property": "<string>",
"to_property": "<string>",
"role": "<string>"
}
'