id
settlements.read_write
{ "amount": 9823743, "status": "ready" }
curl --location --request PUT 'https://api.salla.dev/admin/v2/settlements/instant/' \ --header 'Content-Type: application/json' \ --data-raw '{ "amount": 9823743, "status": "ready" }'
{ "status": 200, "success": true, "data": { "id": 33787469, "reference_id": 685748, "amount": 200, "status": "ready" } }