{
"name": "",
"desc": "",
"expire": "2025-02-18T01:21:13.860789Z"
}curl --location --request POST 'https://dev.coinfer.ai/base/user/tokens' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data-raw '{
"name": "",
"desc": "",
"expire": "2025-02-18T01:21:13.860789Z"
}'{
"status": "ok",
"data": {
"id": 0,
"token": "string",
"token_name": "string",
"token_desc": "string",
"token_expire": "2025-02-11T23:56:09.473Z"
}
}