curl --request POST \
--url https://copilotz.com/api/auth/login \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data '
{
"username": "john.doe@example.cocommpany",
"password": "your-password",
"namespace": "example_namespace"
}
'