{{baseUrl}}/efris/update-aes-keyapplication/x-www-form-urlencodedx-www-form-urlencoded and must include the following parameters:key (text): The new AES key that will be used for encryption. This key should meet the security requirements defined by the system.userId (text): The identifier of the user requesting the key update. This is used for authorization and tracking purposes.{
"status": "success",
"message": "AES key updated successfully.",
"timestamp": "2023-10-01T12:00:00Z"
}
curl --location --request POST 'https://auth.efris.kakasa.xyz/api/v1/efris/update-aes-key' \
--header 'Authorization: Bearer <token>'{}