curl --location --request POST 'https://dev.avibra.com/preprod/user/offers' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"userid": "current10001",
"offers": []
}
]'"Successful"