curl --request POST \
--url https://api.example.com/stack/bookmark \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}Stack details with all Concat present.
curl --request POST \
--url https://api.example.com/stack/bookmark \
--header 'Authorization: Bearer <token>'{
"success": true,
"data": "<unknown>"
}