curl --location --request POST 'https://api.deerapi.com/flux/v1/finetune' \
--header 'Authorization: Bearer {{api-key}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"file_data": "WYEZiBBYiQB0GBKZFqKFqqq4eoWB2V6bkIssVNyTIuCvC7IV9qBozO3G2",
"finetune_comment": "my-first-finetune",
"mode": "general",
"iterations": 100
}'
{}