All you need to do is pass some credentials with your question to:
https://chat.meertarbani.co/
To test server send GET request to https://chat.meertarbani.co/test !
//You need to pass json in body as follows
{
"email": "your-chatgpt-email",
"password": "your-chatgpt-password",
"content": "your-question-to-chatgpt"
}
This will send you response generated by chatGPT respectively to your question!