I'm trying to use the format string from python with this.
values = f'''{
"sourceId": "{merchant['siteId']}",
"programId": "{merchant['id']}"
}'''
but I'm getting invalid format specifier. any idea how to use it correctly in this situation?