Authorization: Bearer ********************curl --location --request POST '/fixedassets//sell' \
--header 'Content-Type: application/json' \
--data-raw '{
"expense_account_id": "3640355000000000421",
"invoice_id": "3640355000000319008",
"line_item_id": "3640355000000319008",
"reason": "Asset is no longer required"
}'{
"code": 0,
"message": "Fixed asset has been sold"
}