curl --location '/api/v1/portfolios//subscriptions//record_payment' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '{
"paid_date": "2019-08-24",
"create_transaction": "true"
}'{
"success": true,
"data": {
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"subscription_id": "aa11a4c2-a467-43db-b413-c4ab0f5cf627",
"amount": {
"cents": 0,
"currency": "string",
"formatted": "string"
},
"billing_date": "2019-08-24",
"paid_date": "2019-08-24",
"status": "pending",
"transaction_id": "0fec1e58-b197-4052-99cf-2218496c5482",
"created_at": "2019-08-24T14:15:22.123Z"
}
}