If you want to add any extension_attributes in your api call you can pass value using extension_attributes,
if you have to pass value using extension_attributes like below,
extension_attributes: {
"key1":"value1",
"key2":"value2"
}
otherwise you need to use as empty
extension_attributes: {}