You can use 'substance_painter.resource.Shelves.all()' to see your all shelves and choose one string to 'context'
if you use the common spexp, you could go to:
export_preset = substance_painter.resource.ResourceID(context="shelf", name="Corona")
In your json:
{
...,
"defaultExportPreset": export_preset.url(),
...
}