curl --location --request PUT 'http://localhost:3000/setting' \
--header 'Content-Type: application/json' \
--data-raw '{
"currency": "IDR"
}'
{
"success": true,
"message": "User setting updated successfully",
"data": {
"id": "90e5a369-8b5f-426c-bde9-25653068dbb5",
"userId": "1a951327-7814-402e-a1f6-0cf1faefa68b",
"currency": "IDR",
"createdAt": "2025-07-24T06:04:43.675Z",
"modifiedAt": "2025-07-24T07:55:50.677Z"
}
}