Allow users to control the form-data fields in the `c8y api` command (similar to what curl allows). ```sh curl https://$C8Y_DOMAIN/example -H "$C8Y_HEADER" -F file=@./mydevice01.pem -F "parentAssetId=1111" -F "assetTypeId=2222" ```