curl -L \
--request POST \
--url '/accounts/deposit/build' \
--header 'Content-Type: application/json' \
--data '{
"deposit_amount": [
{
"quantity": "text",
"unit": "text"
}
],
"input_utxos": [
{
"input": {
"output_index": 1,
"tx_hash": "text"
},
"output": {
"address": "text",
"amount": [
{
"quantity": "text",
"unit": "text"
}
],
"data_hash": "text",
"plutus_data": "text",
"script_hash": "text",
"script_ref": "text"
}
}
]
}'