Authorization: ********************curl --location --request POST 'https://api.ticaret.pro/accounts//ai/settings/test-key' \
--header 'Authorization: Bearer <token>' \
--header 'Content-Type: application/json' \
--data-raw '{
"apiKey": "string",
"model": "gpt-5.4-mini"
}'{
"status": true,
"data": {
"ok": true,
"responseId": "string",
"outputText": "string"
}
}