Batch geocode multiple addresses
curl https://plaza.fyi/api/v1/geocode/batch \ -H 'Content-Type: application/json' \ -H "Authorization: Bearer $PLAZA_API_KEY" \ -d '{ "addresses": [ "string" ] }'
{}