cURL
curl --request POST \ --url https://lite-api.jup.ag/studio/v1/dbc-pool/submit \ --header 'Content-Type: multipart/form-data' \ --form 'transaction=<string>' \ --form 'owner=<string>' \ --form 'content=<string>' \ --form headerImage=@example-file
{ "success": true, "data": { "mint": "<string>", "configKey": "<string>" } }
Execute the signed transaction, and optionally upload content and header image
Show child attributes