curl --location --request GET 'https://www.exm.co.il/api/v1/auth/key/'
{
"success": true,
"key": "aGtYmQwe_3e1f0c9a5d6b8f6a4b2c9d0e8f1a3b4d5e6c7a8b9f0d1e2f3a4b5c6d7e8",
"times": {
"created": "2023-12-24",
"expire": "2025-12-24"
},
"user": {
"id": "aGtYmQwe",
"email_address": "my@email.com"
}
}