curl --location '/request-test/post/form-data' \
--header 'Authorization: Bearer <token>' \
--form '1_text_on="f1";type=raw' \
--form '2_file=@""'{
"apifoxError": {
"code": 404,
"message": "No API found for the specified method POST and path /request-test/post/form-data. Learn more at https://apifox.com/help/app/mock/"
}
}