Authorization: Bearer ********************
curl --location --request POST 'https://api.edara.io/v/salesOrders/cash-in' \
--data-urlencode 'related_sales_order_code=' \
--data-urlencode 'cash_account_id='
{
"status_code": 0,
"error_message": "string",
"result": [
"string"
],
"total_count": 0
}