curl --request POST \
--url http://localhost/api/api/transactions/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file": "<string>"
}
'{
"status": "<string>"
}Upload a CSV file to create or update transactions, An email will be sent to you, including the upload status.
curl --request POST \
--url http://localhost/api/api/transactions/upload \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"file": "<string>"
}
'{
"status": "<string>"
}Documentation Index
Fetch the complete documentation index at: https://docs.cynopsis.co/llms.txt
Use this file to discover all available pages before exploring further.
JWT token obtained from AWS Cognito or custom authentication service
Transactions upload initiated successfully.