curl --request POST \
--url http://localhost/api/api/bucketcontent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"client_transaction_id": "<string>",
"populate_buckets": [
"<string>"
]
}
'{
"client_transaction_id": "<string>",
"status": "<string>"
}Populate existing transaction into other buckets on an ad-hoc basis.
curl --request POST \
--url http://localhost/api/api/bucketcontent \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"client_transaction_id": "<string>",
"populate_buckets": [
"<string>"
]
}
'{
"client_transaction_id": "<string>",
"status": "<string>"
}JWT token obtained from AWS Cognito or custom authentication service