curl --location --request POST 'https://backend.verifix.itsecnow.com/v1/api/proof-of-address' \
--header 'x-api-key;' \
--form 'document=""' \
--form 'expected_address=""' \
--form 'expected_country=""' \
--form 'expected_first_name=""' \
--form 'expected_last_name=""' \
--form 'poa_languages_allowed=""' \
--form 'poa_document_age_months=""' \
--form 'poa_name_mismatch_action=""' \
--form 'poa_document_issues_action=""' \
--form 'poa_document_authenticity_action=""' \
--form 'poa_unsupported_language_action=""' \
--form 'poa_address_mismatch_action=""' \
--form 'poa_issuer_not_identified_action=""'