curl --location --request POST 'https://app.mtariri.xyz/api//loans//invest' \
--header 'Content-Type: application/json' \
--data-raw '{
"amount": 0.01
}'
{
"investment": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"loan_id": "5ed6cd76-f362-4946-a79f-1e111d1430d3",
"investor_id": "b95fa805-790b-4157-a28b-e61e3566e324",
"amount_invested": 0,
"expected_return": 0,
"investment_date": "2019-08-24T14:15:22Z",
"status": "string"
}
}