{
"username": "string",
"password": "string"
}curl --location 'https://dev.coinfer.ai/base/login' \
--header 'Authorization: Bearer {{token}}' \
--header 'Content-Type: application/json' \
--data '{
"username": "string",
"password": "string"
}'{
"status": "ok",
"data": {
"tokens": [
"string"
]
}
}