curl --location --request POST '/api/translate?providers' \
--form 'file=@""' \
--form 'segment=""'{
"sequence_id": 0,
"original_hebrew_block": "string",
"translation_data": [
{
"hebrew_phrase_expanded": "string",
"english_translation": "string",
"sefaria_link": "string"
}
],
"footnotes": [
{
"marker": "string",
"content": "string",
"translation": "string"
}
]
}