curl --location --request POST '/login' \
--header 'Content-Type: application/json' \
--data-raw '{
"client_id": "{{client_id}}",
"client_secret": "{{client_secret}}"
}'
{
"status": "success",
"response": {
"token": "bus|1748275265653x384979255821495740|1748281662127x449570513472097300",
"user_id": "1748275265653x384979255821495740",
"expires": 31536000
}
}