curl --location --request POST 'https://api.ai21.com/studio/v1/custom-model' \ --header 'Content-Type: application/json' \ --data-raw '{ "model_type": "j2-mid", "num_epochs": 20 }'
{}