POST
/migration/upload
curl \
--request POST 'http://api.example.com/migration/upload' \
--header "Content-Type: multipart/form-data" \
--form "file=@file"
Response examples (200)
{
"res": "string",
"error": "string"
}
Response examples (200)
{
"res": "string",
"error": "string"
}