{"info":{"_postman_id":"56327465-8f33-4751-8094-c075ea2cac66","name":"Risloo Main","description":"# Introduction\nWhat does your API do?\n\n# Overview\nThings that the developers should know about\n\n# Authentication\nWhat is the preferred way of using the API?\n\n# Error Codes\nWhat errors and status codes can a user expect?\n\n# Rate limit\nIs there a limit to the number of requests an user can send?","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json"},"item":[{"name":"Auth","item":[{"name":"Register","event":[{"listen":"test","script":{"id":"4d0bd268-b366-4169-9fcd-1fadcb6f9ff5","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        if(jsonData.token)","        {","            pm.environment.set(\"Token\",'Bearer ' + jsonData.token);","        }","        if(jsonData.key)","        {","            pm.environment.set(\"LoginKey\", jsonData.key);","            pm.environment.set(\"Token\", '');","        }","    }","    else if(jsonData && jsonData.message == 'UNAUTHENTICATED')","    {","        pm.environment.set(\"Token\", '');","    }","});"],"type":"text/javascript"}}],"id":"2d4e41b0-56b5-436e-b24a-289817ab157b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\"     : \"Hasan Salehi\",\n\t\"gender\"   : \"male\",\n\t\"mobile\"   : \"9195742205\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"{{HostPath}}register"},"response":[{"id":"fc1c8609-f77d-4068-bba7-0be1b7849289","name":"register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"name\"     : \"Hasan Salehi\",\n\t\"gender\"   : \"male\",\n\t\"mobile\"   : \"9356032011\",\n\t\"email\"    : \"itb.baravak+5@gmail.com\",\n\t\"password\" : \"111111\",\n\t\"username\" : \"hasan5\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 12 Feb 2020 09:58:05 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Wed, 12 Feb 2020 09:58:05 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966695\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak+5@gmail.com\",\n        \"mobile\": \"989356032011\",\n        \"gender\": \"male\",\n        \"status\": \"awaiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": \"hasan5\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581501485,\n        \"updated_at\": 1581501485,\n        \"avatar\": []\n    },\n    \"input\": \"pin\",\n    \"url\": \"http://127.0.0.1:8000/api/auth/verify/eyJpdiI6ImdaOEJySDNuaGRHUFU3aXZWNzUwN0E9PSIsInZhbHVlIjoiSmtSMnNEZ2o5WTJOY3Zad0hnK05yakppUU1SZVNQYkJYMG5kQ084Rkw4RzRcLzlKVTF2T2NBSlBsb0pyVGFxTWQ3b2VBQ0lwR1ZZY1wvRFNnTTNyYTluWE1veEVsMFVKTmhtQnFzRHBhR0FFV1VBT3R2M0o3UVdVc1ZwKzE5WmNzN0NzWHFTXC9RSlZiOXVhakpud1pranJnc00yMUU5VXZKRTNOVjlZb3l6UElzPSIsIm1hYyI6ImU1YzE5ZjJlZjYxMWI4MTBlMjc1NTU5YWI2NmM2NWNlMjBlYTc3NTA1YzkwMTMyOTA5ZmVjMmVkOGQxMGExOTUifQ==\",\n    \"message\": \"SUCCSESS\",\n    \"message_text\": \"SUCCSESS\"\n}"}],"_postman_id":"2d4e41b0-56b5-436e-b24a-289817ab157b"},{"name":"Verification","event":[{"listen":"test","script":{"id":"9faf64c6-834d-4420-8ccf-080ba9ddf96c","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        pm.environment.unset(\"Token\");","        pm.environment.set(\"AuthVerifyKey\", jsonData.url.match(/\\/([^\\/]*)$/)[1]);","    }","});"],"type":"text/javascript"}}],"id":"da6efe3f-4d0b-40c1-96a8-f4d8c1f6c697","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"mobile\" : \"9195742201\"\n}","options":{"raw":{"language":"json"}}},"url":"{{HostPath}}auth/verification"},"response":[{"id":"20df5eb9-f8c1-4bb1-85c4-5e6069609439","name":"verification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 06:33:38 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 06:33:38 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"expires_at\": 1581316532\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"6ad0c865-ac85-4038-831f-5e9509680932","name":"verification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"989356032011\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/auth/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 12 Feb 2020 09:58:12 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Wed, 12 Feb 2020 09:58:12 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"input\": \"pin\",\n    \"url\": \"http://127.0.0.1:8000/api/auth/verify/eyJpdiI6IncrTDhzTEtSVHoxUWd6dG1vTFdDa3c9PSIsInZhbHVlIjoiUDRlRWx6SkY3eHU0K2pObWRkajdhVWpqWnpwTVNrdU9ZaGVwdjJ4XC9sXC8zcmRTK25veGU4aFlneGVPeWE2UlBDdjVcL1dNOXJLYkg1OVFXajFLVDNUaFwvcWtNZFpsSkxWMWk2T3VcL1BYMHNqSDZ0NFZlMlgwWVBUQVYxU21lcFowY2VBYXJ0SXBSeGdpbjF3REFsam9PTmdBblRNSVllc0U3UERuRk1uMDRyXC8wPSIsIm1hYyI6IjUyMjdmMmFlMWI5MzAxODdlM2VkZDUyNTE0NzJkZTBjODk5NTFlNmE4NzNjMWQyOWQ4NmM0ZWZlZjM3N2UwN2YifQ==\",\n    \"expires_at\": 1581501605,\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"f4a61f16-9552-4caf-883d-88cb95546881","name":"register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966665\",\n        \"name\": null,\n        \"email\": null,\n        \"mobile\": \"+989356032043\",\n        \"gender\": null,\n        \"status\": \"waiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": null,\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"message\": \"REGISTRED\",\n    \"message_text\": \"REGISTRED\"\n}"}],"_postman_id":"da6efe3f-4d0b-40c1-96a8-f4d8c1f6c697"},{"name":"Login","event":[{"listen":"test","script":{"id":"00104392-1319-4b22-86a1-3572d0461343","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        if(jsonData.callback)","        {","            pm.environment.set(\"Callback\",jsonData.callback);","            pm.environment.set(\"LoginKey\", '');","        }","        if(jsonData.token)","        {","            pm.environment.set(\"Token\",'Bearer ' + jsonData.token);","            pm.environment.set(\"Callback\",jsonData.callback);","        }","        if(jsonData.key)","        {","            pm.environment.set(\"LoginKey\", jsonData.key);","            pm.environment.set(\"Callback\", jsonData.callback || '');","        }","    }","    else if(jsonData && jsonData.message == 'UNAUTHENTICATED')","    {","        pm.environment.set(\"Token\", '');","    }","});"],"type":"text/javascript"}}],"id":"2bf890a4-b7f2-4851-ba95-c8e47f542b59","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"authorized_key\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HostPath}}auth?callback={{Callback}}","host":["{{HostPath}}auth"],"query":[{"key":"callback","value":"{{Callback}}"}]}},"response":[{"id":"5c26b837-6208-4e30-9e7e-34beb4100d38","name":"login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:58:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:58:48 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966669\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak@gmail.com\",\n        \"mobile\": \"+989356032043\",\n        \"gender\": \"make\",\n        \"status\": \"active\",\n        \"type\": \"admin\",\n        \"groups\": null,\n        \"username\": \"hasan\",\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjkwNGZmNWMwOTMwYTkxMTk5ODdhMTJiY2I4YTJkMWEzZDY2NjUwMjQyOTM1NDRhN2Y4ZWJlNGYwMmE4NWFkNGI1ZjM3NGZmZTUxODY1NjBlIn0.eyJhdWQiOiIxIiwianRpIjoiOTA0ZmY1YzA5MzBhOTExOTk4N2ExMmJjYjhhMmQxYTNkNjY2NTAyNDI5MzU0NGE3ZjhlYmU0ZjAyYTg1YWQ0YjVmMzc0ZmZlNTE4NjU2MGUiLCJpYXQiOjE1ODA3MDk1MjgsIm5iZiI6MTU4MDcwOTUyOCwiZXhwIjoxNTk2NDM0MzI4LCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.Db4oBTao1Ucd0gT3r5meTeeiQb-SsqI4ZBgZ6n9vQclFTpTyt2bLs6z0vacp9qD0i7gmSLCP2fdTpcrBMZc_anN62EbPOgXNKRE-zbgrGCgYmrOuqS3vusvz_ZUJ45TECSROrbDEfeY-f9w-bmOssE9LEbQjVeeakV-gBDuBDAbCdF1WIiGZscZInad_T2L49Wc_ebwADibJiFk203j7UCAszs0JOnTdQLC0CRL7T503Nb4dJ_iVE3_4C93fdsn_CVD9c85ZfkUNDIMNrX0OgNg_NEzmoHJskP2f1KYo4bsGItZgrRW9aXPt0ei789OPwIiVPjdo9PdkbR40L8TCVCusQ0HVdaYgslM3AOcfHofcB-1100ul6TVBz3HVz0cwz-rYGXJLRvw6RL5wUS1A-KxClp7BTb4kdbIP3TmMU4DgNpelvZb96wS2Ru9EXVDgITUfCKDHWxMPp6plKy5mCKZ0O8XM5ihxcpT-lNUZbf9mJ3yQBo4ptRHh-Db7vPnxflNKh8iOZ_mQqRv1Z4hTUB86ZCIjnC5R5hzOtNqAlraKSzXbVvKdPyH3izhsDqN6G7PVfpJN2u4lpSejGOV3dEW2j_OwmykAyArIwY31kHFQ7B6xxHnRothIf7ni9pMCisNNU_FDNyaLBg2fIgT3kUzwY70Rj7hMS4xxq6FPUrM\",\n    \"message\": \"SUCCSESS\",\n    \"message_text\": \"SUCCSESS\"\n}"},{"id":"6b2e752a-885e-4e39-a9db-e62f43279312","name":"login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 12 Feb 2020 07:56:50 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Wed, 12 Feb 2020 07:56:50 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"method\": \"password\",\n    \"redirect\": \"http://127.0.0.1:8000/api/login/eyJpdiI6IlFrR0lrWDR0Qm5IVXBJcm44YXdiQ3c9PSIsInZhbHVlIjoicG54V0hwbWpIbU45eVFFRHFqV2p2cDJWcmduTjZNWk13T0E0cnZobk1JZTA1WW5aSGFha3JsUnlQR3QySE02TEt4bnJQbklHM241ZlhlV2tcL09MTjJiQ1poakpWdDlMV1dVODBpR3FsRUlNMTlPQk12Q3VQbGhXZTdUWkRNSHE2TTdwNnMrTGtFb1BNNmdxS1FuS0JUK0JLTFp3WWwzXC9Ka2dubHRXK1h0Zjhob2F4d0d3alZiekRTUzhIa0s1VWYiLCJtYWMiOiIyOGQ4NmNkNjExZDZiYjYzYWRmOGJjYWUzZTc1MDg4OWEwYmI2YzE2MmNiMjFmOGFjMjJkNDEyYzA2ZjIzZTA2In0=\",\n    \"message\": \"SUCCSESS\",\n    \"message_text\": \"SUCCSESS\"\n}"},{"id":"aed08bef-4d61-495b-acc0-d8c39e620e6a","name":"register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966665\",\n        \"name\": null,\n        \"email\": null,\n        \"mobile\": \"+989356032043\",\n        \"gender\": null,\n        \"status\": \"waiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": null,\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"message\": \"REGISTRED\",\n    \"message_text\": \"REGISTRED\"\n}"}],"_postman_id":"2bf890a4-b7f2-4851-ba95-c8e47f542b59"},{"name":"Auth theory","event":[{"listen":"test","script":{"id":"d302597b-a868-4011-beea-c8758ad48016","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        if(jsonData.token)","        {","            pm.environment.set(\"Token\",'Bearer ' + jsonData.token);","        }","        if(jsonData.key)","        {","            pm.environment.set(\"LoginKey\", jsonData.key);","        }","    }","    else if(jsonData && jsonData.message == 'UNAUTHENTICATED')","    {","        pm.environment.set(\"Token\", '');","    }","});"],"type":"text/javascript"}}],"id":"644bf221-bc8f-4b59-9359-90094f8f940f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{Token}}","key":"authorization","in":"header"}},"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"password\" : \"admin@Admin#1301\"\n}","options":{"raw":{"language":"json"}}},"url":{"raw":"{{HostPath}}auth/theory/{{LoginKey}}?callback={{Callback}}","host":["{{HostPath}}auth"],"path":["theory","{{LoginKey}}"],"query":[{"key":"callback","value":"{{Callback}}"}]}},"response":[{"id":"026ae1e1-b236-403a-b016-2f9ab7de93e1","name":"login key","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"password\" : \"222222\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/login/eyJpdiI6IlFrR0lrWDR0Qm5IVXBJcm44YXdiQ3c9PSIsInZhbHVlIjoicG54V0hwbWpIbU45eVFFRHFqV2p2cDJWcmduTjZNWk13T0E0cnZobk1JZTA1WW5aSGFha3JsUnlQR3QySE02TEt4bnJQbklHM241ZlhlV2tcL09MTjJiQ1poakpWdDlMV1dVODBpR3FsRUlNMTlPQk12Q3VQbGhXZTdUWkRNSHE2TTdwNnMrTGtFb1BNNmdxS1FuS0JUK0JLTFp3WWwzXC9Ka2dubHRXK1h0Zjhob2F4d0d3alZiekRTUzhIa0s1VWYiLCJtYWMiOiIyOGQ4NmNkNjExZDZiYjYzYWRmOGJjYWUzZTc1MDg4OWEwYmI2YzE2MmNiMjFmOGFjMjJkNDEyYzA2ZjIzZTA2In0="},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 12 Feb 2020 07:56:56 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Wed, 12 Feb 2020 07:56:56 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966667\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak+1@gmail.com\",\n        \"mobile\": \"989356032043\",\n        \"gender\": \"male\",\n        \"status\": \"active\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": \"hasan1\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581317481,\n        \"updated_at\": 1581319056,\n        \"avatar\": []\n    },\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6ImUyYWQzMDI1ZWE1OTczYjJlMmJiZWJhYThjMmQ0ZDZjNDBjYTAxNzA4MzBhZGY3OWUyOWJiMzRjMTViNTY4Nzk2NGZmMzU2OTc3MjQ1NzkxIn0.eyJhdWQiOiIxIiwianRpIjoiZTJhZDMwMjVlYTU5NzNiMmUyYmJlYmFhOGMyZDRkNmM0MGNhMDE3MDgzMGFkZjc5ZTI5YmIzNGMxNWI1Njg3OTY0ZmYzNTY5NzcyNDU3OTEiLCJpYXQiOjE1ODE0OTQyMTYsIm5iZiI6MTU4MTQ5NDIxNiwiZXhwIjoxNTk3MjE5MDE2LCJzdWIiOiIyNyIsInNjb3BlcyI6W119.TFEB6ON6nKeKTEJN2GPJygZFQI704t6ughZxgByOgk5cPM_JamyX2nyEbYaAD32yLc2u0wNlIrpAuVfTx6vU0F8SvhJBBo1kB8vFNHprh-OaTkFnsHuMyTooefYToYWhfB0vlMmjiiG2DNTAV-yv9p4x91SzfWl2n2UGhnLSMebDkK3WhT8_o18Sj0-jjG4TQjp3jZ3XFQrn9MJn4jPpDnVroyMmucE78kd-mhiyH9d3t8u9fj8jsY1Qpj4sALwlr4SxOSk9NMYpH3qcSv27AgSn4Dt3nW-WqNEL-jtfvGrbgIHroPy3yOy_EOt6uf-IWUu8xp3WiXsS4Lj1HAf87LRWf3445q9H6o3B7Eb7Z9PzK99AW6e3D9ekAXuWVq9GeBlD8NmFJGHHlZ7DeQkNumZSDQf5R9NP34cEOs2KM4phsY3DBy826M_bNYxKjAg-RRair3bjmJh4KoN-xKaSw97NpQrsYbJXOpE3SajBL6eZ6hCXy8u23L9Qbd2pO-b4usQwABvsE5hX5Gv6bdegWAFdk3JNIpk-VjJHj-VOsfuxjYtfTe8N6VMR40BGT-I-GgxP_jSNOnk1NZ4xbcn-KiTiXL_zB3w8RJ1ABnRUoGVnPGdmD65nRqCr44sz7AsXEgMdq3xg-99_A9reJrU6CYr9TGz_bouT7vrM5GWC8NY\",\n    \"message\": \"SUCCSESS\",\n    \"message_text\": \"SUCCSESS\"\n}"},{"id":"3b205b56-6440-4c00-b4a8-ffdd2a468325","name":"login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:58:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:58:48 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966669\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak@gmail.com\",\n        \"mobile\": \"+989356032043\",\n        \"gender\": \"make\",\n        \"status\": \"active\",\n        \"type\": \"admin\",\n        \"groups\": null,\n        \"username\": \"hasan\",\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjkwNGZmNWMwOTMwYTkxMTk5ODdhMTJiY2I4YTJkMWEzZDY2NjUwMjQyOTM1NDRhN2Y4ZWJlNGYwMmE4NWFkNGI1ZjM3NGZmZTUxODY1NjBlIn0.eyJhdWQiOiIxIiwianRpIjoiOTA0ZmY1YzA5MzBhOTExOTk4N2ExMmJjYjhhMmQxYTNkNjY2NTAyNDI5MzU0NGE3ZjhlYmU0ZjAyYTg1YWQ0YjVmMzc0ZmZlNTE4NjU2MGUiLCJpYXQiOjE1ODA3MDk1MjgsIm5iZiI6MTU4MDcwOTUyOCwiZXhwIjoxNTk2NDM0MzI4LCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.Db4oBTao1Ucd0gT3r5meTeeiQb-SsqI4ZBgZ6n9vQclFTpTyt2bLs6z0vacp9qD0i7gmSLCP2fdTpcrBMZc_anN62EbPOgXNKRE-zbgrGCgYmrOuqS3vusvz_ZUJ45TECSROrbDEfeY-f9w-bmOssE9LEbQjVeeakV-gBDuBDAbCdF1WIiGZscZInad_T2L49Wc_ebwADibJiFk203j7UCAszs0JOnTdQLC0CRL7T503Nb4dJ_iVE3_4C93fdsn_CVD9c85ZfkUNDIMNrX0OgNg_NEzmoHJskP2f1KYo4bsGItZgrRW9aXPt0ei789OPwIiVPjdo9PdkbR40L8TCVCusQ0HVdaYgslM3AOcfHofcB-1100ul6TVBz3HVz0cwz-rYGXJLRvw6RL5wUS1A-KxClp7BTb4kdbIP3TmMU4DgNpelvZb96wS2Ru9EXVDgITUfCKDHWxMPp6plKy5mCKZ0O8XM5ihxcpT-lNUZbf9mJ3yQBo4ptRHh-Db7vPnxflNKh8iOZ_mQqRv1Z4hTUB86ZCIjnC5R5hzOtNqAlraKSzXbVvKdPyH3izhsDqN6G7PVfpJN2u4lpSejGOV3dEW2j_OwmykAyArIwY31kHFQ7B6xxHnRothIf7ni9pMCisNNU_FDNyaLBg2fIgT3kUzwY70Rj7hMS4xxq6FPUrM\",\n    \"message\": \"SUCCSESS\",\n    \"message_text\": \"SUCCSESS\"\n}"},{"id":"ad43dabd-e95d-467a-a22b-38e62741ca46","name":"register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966665\",\n        \"name\": null,\n        \"email\": null,\n        \"mobile\": \"+989356032043\",\n        \"gender\": null,\n        \"status\": \"waiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": null,\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"message\": \"REGISTRED\",\n    \"message_text\": \"REGISTRED\"\n}"}],"_postman_id":"644bf221-bc8f-4b59-9359-90094f8f940f"},{"name":"Login Admin to User","event":[{"listen":"test","script":{"id":"00104392-1319-4b22-86a1-3572d0461343","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        if(jsonData.token)","        {","            pm.environment.set(\"Token\",'Bearer ' + jsonData.token);","        }","        else","        {","            pm.environment.set(\"Token\", '');","            pm.environment.set(\"LoginKey\", jsonData.data.key);","        }","    }","});"],"type":"text/javascript"}}],"id":"272aaad6-0e50-4d51-a285-80e83ee21298","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"noauth"},"method":"POST","header":[{"key":"Authorization","value":"{{Token}}","type":"text"}],"url":"{{HostPath}}auth/as/{{UserId}}"},"response":[{"id":"7ef547d7-b1d4-43e9-82e5-aed7d248d70d","name":"register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966665\",\n        \"name\": null,\n        \"email\": null,\n        \"mobile\": \"+989356032043\",\n        \"gender\": null,\n        \"status\": \"waiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": null,\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"message\": \"REGISTRED\",\n    \"message_text\": \"REGISTRED\"\n}"},{"id":"c410b26c-898c-4e0a-9841-ea76027235f5","name":"login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:58:48 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:58:48 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966669\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak@gmail.com\",\n        \"mobile\": \"+989356032043\",\n        \"gender\": \"make\",\n        \"status\": \"active\",\n        \"type\": \"admin\",\n        \"groups\": null,\n        \"username\": \"hasan\",\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"token\": \"eyJ0eXAiOiJKV1QiLCJhbGciOiJSUzI1NiIsImp0aSI6IjkwNGZmNWMwOTMwYTkxMTk5ODdhMTJiY2I4YTJkMWEzZDY2NjUwMjQyOTM1NDRhN2Y4ZWJlNGYwMmE4NWFkNGI1ZjM3NGZmZTUxODY1NjBlIn0.eyJhdWQiOiIxIiwianRpIjoiOTA0ZmY1YzA5MzBhOTExOTk4N2ExMmJjYjhhMmQxYTNkNjY2NTAyNDI5MzU0NGE3ZjhlYmU0ZjAyYTg1YWQ0YjVmMzc0ZmZlNTE4NjU2MGUiLCJpYXQiOjE1ODA3MDk1MjgsIm5iZiI6MTU4MDcwOTUyOCwiZXhwIjoxNTk2NDM0MzI4LCJzdWIiOiIxIiwic2NvcGVzIjpbXX0.Db4oBTao1Ucd0gT3r5meTeeiQb-SsqI4ZBgZ6n9vQclFTpTyt2bLs6z0vacp9qD0i7gmSLCP2fdTpcrBMZc_anN62EbPOgXNKRE-zbgrGCgYmrOuqS3vusvz_ZUJ45TECSROrbDEfeY-f9w-bmOssE9LEbQjVeeakV-gBDuBDAbCdF1WIiGZscZInad_T2L49Wc_ebwADibJiFk203j7UCAszs0JOnTdQLC0CRL7T503Nb4dJ_iVE3_4C93fdsn_CVD9c85ZfkUNDIMNrX0OgNg_NEzmoHJskP2f1KYo4bsGItZgrRW9aXPt0ei789OPwIiVPjdo9PdkbR40L8TCVCusQ0HVdaYgslM3AOcfHofcB-1100ul6TVBz3HVz0cwz-rYGXJLRvw6RL5wUS1A-KxClp7BTb4kdbIP3TmMU4DgNpelvZb96wS2Ru9EXVDgITUfCKDHWxMPp6plKy5mCKZ0O8XM5ihxcpT-lNUZbf9mJ3yQBo4ptRHh-Db7vPnxflNKh8iOZ_mQqRv1Z4hTUB86ZCIjnC5R5hzOtNqAlraKSzXbVvKdPyH3izhsDqN6G7PVfpJN2u4lpSejGOV3dEW2j_OwmykAyArIwY31kHFQ7B6xxHnRothIf7ni9pMCisNNU_FDNyaLBg2fIgT3kUzwY70Rj7hMS4xxq6FPUrM\",\n    \"message\": \"SUCCSESS\",\n    \"message_text\": \"SUCCSESS\"\n}"},{"id":"f5756001-8931-4d9c-920d-c2b5457481a8","name":"login","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/login"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 12 Feb 2020 07:56:50 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Wed, 12 Feb 2020 07:56:50 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"method\": \"password\",\n    \"redirect\": \"http://127.0.0.1:8000/api/login/eyJpdiI6IlFrR0lrWDR0Qm5IVXBJcm44YXdiQ3c9PSIsInZhbHVlIjoicG54V0hwbWpIbU45eVFFRHFqV2p2cDJWcmduTjZNWk13T0E0cnZobk1JZTA1WW5aSGFha3JsUnlQR3QySE02TEt4bnJQbklHM241ZlhlV2tcL09MTjJiQ1poakpWdDlMV1dVODBpR3FsRUlNMTlPQk12Q3VQbGhXZTdUWkRNSHE2TTdwNnMrTGtFb1BNNmdxS1FuS0JUK0JLTFp3WWwzXC9Ka2dubHRXK1h0Zjhob2F4d0d3alZiekRTUzhIa0s1VWYiLCJtYWMiOiIyOGQ4NmNkNjExZDZiYjYzYWRmOGJjYWUzZTc1MDg4OWEwYmI2YzE2MmNiMjFmOGFjMjJkNDEyYzA2ZjIzZTA2In0=\",\n    \"message\": \"SUCCSESS\",\n    \"message_text\": \"SUCCSESS\"\n}"}],"_postman_id":"272aaad6-0e50-4d51-a285-80e83ee21298"},{"name":"me","event":[{"listen":"test","script":{"id":"1519f694-3068-49bd-bd2b-5843958136ea","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        pm.environment.set(\"UserId\", jsonData.data.id);","    }","});"],"type":"text/javascript"}}],"id":"1fe35fa1-a2dc-4b0d-be64-111e6bc0c106","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[{"key":"Authorization","value":"{{Token}}","type":"text"}],"url":"{{HostPath}}me"},"response":[{"id":"010f9835-03d9-45c3-bd4b-f96025999583","name":"me","originalRequest":{"method":"GET","header":[],"url":"http://127.0.0.1:8000/api/me"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:59:44 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:59:44 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966669\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak@gmail.com\",\n        \"mobile\": \"+989356032043\",\n        \"gender\": \"make\",\n        \"status\": \"active\",\n        \"type\": \"admin\",\n        \"groups\": null,\n        \"username\": \"hasan\",\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"message\": \"ME\",\n    \"message_text\": \"ME\"\n}"}],"_postman_id":"1fe35fa1-a2dc-4b0d-be64-111e6bc0c106"},{"name":"me","id":"ab1f337c-c32f-4290-8586-5140e0f6d94d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"},{"key":"Authorization","value":"{{Token}}","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"gender","type":"text","value":"male"}]},"url":"{{HostPath}}me"},"response":[{"id":"d6d0d4fb-e87a-41e2-b985-123167c50b70","name":"Index","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 17 Feb 2020 04:03:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"IR96669S\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak+0@gmail.com\",\n            \"mobile\": \"989356032040\",\n            \"gender\": \"male\",\n            \"status\": \"awaiting\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"hasan0\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581849426,\n            \"updated_at\": 1581849426,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR96669U\",\n            \"name\": \"Hasan Salehi (user)\",\n            \"email\": \"hs.baravak@gmail.com\",\n            \"mobile\": \"989195742208\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"baravak\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836984,\n            \"updated_at\": 1581837002,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR966692\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak@gmail.com\",\n            \"mobile\": \"989356032043\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"hasan\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836861,\n            \"updated_at\": 1581836861,\n            \"avatar\": []\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://risloo.local/api/users?page=1\",\n        \"last\": \"http://risloo.local/api/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://risloo.local/api/users\",\n        \"per_page\": 15,\n        \"to\": 3,\n        \"total\": 3,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": [\n                \"id\",\n                \"desc\"\n            ]\n        },\n        \"filters\": {\n            \"allowed\": null,\n            \"current\": null\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"ab1f337c-c32f-4290-8586-5140e0f6d94d"},{"name":"Forget password","event":[{"listen":"test","script":{"id":"6fad70e9-f31a-4433-a9b7-f1ab26ca9354","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        pm.environment.set(\"Token\", '');","        pm.environment.set(\"LoginKey\", jsonData.key);","    }","});"],"type":"text/javascript"}}],"id":"c351156a-dd89-48a4-9140-288675def4c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\t\"username\" : \"09356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"{{HostPath}}auth/recovery"},"response":[{"id":"063f0994-def7-4feb-b043-b1bf51e281a7","name":"register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966665\",\n        \"name\": null,\n        \"email\": null,\n        \"mobile\": \"+989356032043\",\n        \"gender\": null,\n        \"status\": \"waiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": null,\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"message\": \"REGISTRED\",\n    \"message_text\": \"REGISTRED\"\n}"},{"id":"200fcc49-2e81-42bf-b822-a2879674b44c","name":"Reset password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/auth/password/forget"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 12 Feb 2020 10:04:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Wed, 12 Feb 2020 10:04:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"input\": \"password\",\n    \"url\": \"http://127.0.0.1:8000/api/auth/verify/eyJpdiI6IkJaMVh2SEN3dmFEajV4VlJhWGpHV0E9PSIsInZhbHVlIjoiVzBUNXJCdEdVaXJ2UkI5emxYR0NWMTNjWlVBVEFaNGNWSWVpN0hUaTZuR2luT1hXZmZqOVJndjJBR00zXC9KVkNPWGRjRmZSVkRMQXVVbGRqZ29qaE5aTENMTDFPbG1hdTNQRUdRd0tcL3FWejR6S1wvMDJWVXlXV1Z0aTNjb05YNTZJVXRabWtSaVlFTDc2MHBEQTRNNjdZUmpweEk4XC9Kd2tJU2FGRm9ERmE4Zz0iLCJtYWMiOiI0NzZhNDkwNjMwOWQxZWQwZWRiNDAwYTUwMzAwY2U4ZmE1ZDAwNTg0MWJhMzIyMDVmNjMzOGJhMGVhZWJlMjMxIn0=\",\n    \"expires_at\": 1581501874,\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"3f24b679-c092-408c-b6a5-1fd536430e4b","name":"verification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 06:33:38 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 06:33:38 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"expires_at\": 1581316532\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"44c3c9ad-f4f2-4b89-a0b0-17ee2b59e179","name":"verify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"pin\" : \"576757\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 06:51:39 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 06:51:39 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966667\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak+1@gmail.com\",\n        \"mobile\": \"989356032043\",\n        \"gender\": \"male\",\n        \"status\": \"awaiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": \"hasan1\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581317481,\n        \"updated_at\": 1581317481,\n        \"avatar\": []\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"88e603f9-ffdd-43ab-8f83-8912225d44aa","name":"reset password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/reset_password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 07:16:56 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 07:16:56 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"expires_at\": 1581319132\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"ac8d392e-1c8b-4e42-8141-291f473b6f98","name":"Reset password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/auth/password/forget"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 12 Feb 2020 10:03:33 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Wed, 12 Feb 2020 10:03:33 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"input\": \"pin\",\n    \"url\": \"http://127.0.0.1:8000/api/auth/verify/eyJpdiI6InpGdDZGTE9oM3h2OUNpMXFiMDRsXC93PT0iLCJ2YWx1ZSI6IkdiZThhYTAwUFdwQjg1N1lGYkdSUitCOEZBSVRIREwyQzVWdGdaTTVqTENVU3lhcFBzK1Y1elppcWszQW1pTklJcWRIN3VjeDFnMkFHSHIrdFdEYjhCWUJHZ2ZXREd4UTdDQVdCcEFINFwvVjdsYUJjQWdKb2llV0kxZVZIakxkMGd1TkJKOFwvYzBmdTJwdEFlbVYrXC81K2FUdUhGbW9rUEpKNk5ybmdWSFBtYz0iLCJtYWMiOiI0MTRjZTg1OTcyYmJkZjQzNmY4YzM3YmQyMjc1ZjczMTExMmIwMDY5OTU5ZDQyYzE5MWI3Y2I5MTRjMGIwYmFmIn0=\",\n    \"expires_at\": 1581501874,\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"}],"_postman_id":"c351156a-dd89-48a4-9140-288675def4c7"},{"name":"Logout","event":[{"listen":"test","script":{"id":"0b2399d6-aff4-4442-b1a6-2f8a30114024","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        pm.environment.unset(\"Token\");","    }","});"],"type":"text/javascript"}}],"id":"bb72fd37-a663-41d7-aa0b-9d9175c8b62b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}","type":"text"}],"url":"{{HostPath}}logout"},"response":[{"id":"02743606-926c-4ec7-9ea4-a769805f5104","name":"verification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 06:33:38 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 06:33:38 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"expires_at\": 1581316532\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"3a624aba-f173-4f55-b128-4c7edf29b63f","name":"change password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"222222\",\n\t\"pin\" : \"639918\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/change_password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 07:16:25 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 07:16:25 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966667\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak+1@gmail.com\",\n        \"mobile\": \"989356032043\",\n        \"gender\": \"male\",\n        \"status\": \"active\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": \"hasan1\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581317481,\n        \"updated_at\": 1581317481,\n        \"avatar\": []\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"5232684b-6de0-4851-9da0-0965eefaab45","name":"Change password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"password\" : \"333333\",\n\t\"pin\" : \"265533\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/password/change/eyJpdiI6IkRKU2dNY2JjZ0hWNlJtOTczeFNNeXc9PSIsInZhbHVlIjoiXC9GNVRDMURsR2F0c2txRkpcL3Y5U0NUNmZJOUk1Z3FaQzdJemc0MGtkTVwvRVlCTHdTcU81Q1lEeCtIYVJhU1VHZDFaRE4yVjFqRGQyZ1l2RW1zT0pNcUFyUVlxZ2NnWk9SZ3FEbE14WFFBb3BVZWRVNTN6eXlXVm05WkwwQ1ZEdFVYUlwvVlhDTEpaZEFqN0lEdFdSSHhFempCbzNhNkRaUnhJaSs4Y0tXdEowbjZqd0lnUG1zTEpWWUZpd3dwSW5FSyIsIm1hYyI6ImMwMGNmZTYzMzJmNjk2ZjBhNzM1MDViZTA0YTAyODA4ZjdiYmIzNTMzODliNzBkNWQ4M2IyYmQxYzU2MDdiMGEifQ=="},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 12 Feb 2020 10:13:29 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Wed, 12 Feb 2020 10:13:29 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966667\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak+1@gmail.com\",\n        \"mobile\": \"989356032043\",\n        \"gender\": \"male\",\n        \"status\": \"active\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": \"hasan1\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581317481,\n        \"updated_at\": 1581502409,\n        \"avatar\": []\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"773c50ce-5eed-4254-a59f-31bef5bc824a","name":"register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966665\",\n        \"name\": null,\n        \"email\": null,\n        \"mobile\": \"+989356032043\",\n        \"gender\": null,\n        \"status\": \"waiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": null,\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"message\": \"REGISTRED\",\n    \"message_text\": \"REGISTRED\"\n}"},{"id":"95b0dc17-cd38-4168-806c-fce80974b214","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}","type":"text"}],"url":"{{HostPath}}logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 17 Feb 2020 10:58:52 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"message\": \"LOGOUT\",\n    \"message_text\": \"LOGOUT\"\n}"},{"id":"db8ccad8-37a6-41a0-b682-e446ba9b03df","name":"verify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"pin\" : \"576757\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 06:51:39 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 06:51:39 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966667\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak+1@gmail.com\",\n        \"mobile\": \"989356032043\",\n        \"gender\": \"male\",\n        \"status\": \"awaiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": \"hasan1\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581317481,\n        \"updated_at\": 1581317481,\n        \"avatar\": []\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"}],"_postman_id":"bb72fd37-a663-41d7-aa0b-9d9175c8b62b"},{"name":"Logout To Admin","event":[{"listen":"test","script":{"id":"0b2399d6-aff4-4442-b1a6-2f8a30114024","exec":["// pm.test(\"Your test name\", function () {","//     var jsonData = pm.response.json();","//     if(jsonData.is_ok)","//     {","//         if(jsonData.token)","//         {","//             pm.environment.set(\"Token\",'Bearer ' + jsonData.token);","//         }","//         else","//         {","//             pm.environment.unset(\"Token\");","//             pm.environment.set(\"LoginKey\", jsonData.data.key);","//         }","//     }","// });"],"type":"text/javascript"}}],"id":"77266ce7-e504-4481-8845-e7662be560c8","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Authorization","type":"text","value":"{{Token}}"}],"url":"{{HostPath}}auth/back"},"response":[{"id":"0202f91e-5645-4460-8d5d-6259091f86e8","name":"verification","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/verification"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 06:33:38 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 06:33:38 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"54"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"expires_at\": 1581316532\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"023bcf28-3a80-4d4f-95ea-3e885357edaf","name":"Change password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/json"}],"body":{"mode":"raw","raw":"{\n\t\"password\" : \"333333\",\n\t\"pin\" : \"265533\"\n}","options":{"raw":{"language":"json"}}},"url":"http://127.0.0.1:8000/api/auth/password/change/eyJpdiI6IkRKU2dNY2JjZ0hWNlJtOTczeFNNeXc9PSIsInZhbHVlIjoiXC9GNVRDMURsR2F0c2txRkpcL3Y5U0NUNmZJOUk1Z3FaQzdJemc0MGtkTVwvRVlCTHdTcU81Q1lEeCtIYVJhU1VHZDFaRE4yVjFqRGQyZ1l2RW1zT0pNcUFyUVlxZ2NnWk9SZ3FEbE14WFFBb3BVZWRVNTN6eXlXVm05WkwwQ1ZEdFVYUlwvVlhDTEpaZEFqN0lEdFdSSHhFempCbzNhNkRaUnhJaSs4Y0tXdEowbjZqd0lnUG1zTEpWWUZpd3dwSW5FSyIsIm1hYyI6ImMwMGNmZTYzMzJmNjk2ZjBhNzM1MDViZTA0YTAyODA4ZjdiYmIzNTMzODliNzBkNWQ4M2IyYmQxYzU2MDdiMGEifQ=="},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Wed, 12 Feb 2020 10:13:29 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Wed, 12 Feb 2020 10:13:29 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966667\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak+1@gmail.com\",\n        \"mobile\": \"989356032043\",\n        \"gender\": \"male\",\n        \"status\": \"active\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": \"hasan1\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581317481,\n        \"updated_at\": 1581502409,\n        \"avatar\": []\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"3507bba2-bfb2-47a8-ab7c-4a8cb8b5b5a0","name":"verify","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"pin\" : \"576757\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/verify"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 06:51:39 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 06:51:39 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966667\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak+1@gmail.com\",\n        \"mobile\": \"989356032043\",\n        \"gender\": \"male\",\n        \"status\": \"awaiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": \"hasan1\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581317481,\n        \"updated_at\": 1581317481,\n        \"avatar\": []\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"ae4261b2-5a21-4350-b2fb-b7d977c1e78f","name":"change password","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"222222\",\n\t\"pin\" : \"639918\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register/change_password"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 10 Feb 2020 07:16:25 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 10 Feb 2020 07:16:25 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966667\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak+1@gmail.com\",\n        \"mobile\": \"989356032043\",\n        \"gender\": \"male\",\n        \"status\": \"active\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": \"hasan1\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581317481,\n        \"updated_at\": 1581317481,\n        \"avatar\": []\n    },\n    \"message\": \"SUCCESS\",\n    \"message_text\": \"SUCCESS\"\n}"},{"id":"bd98d431-fefe-4f51-8b83-ed9d63f5176a","name":"register","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"{\n\t\"username\" : \"9356032043\",\n\t\"password\" : \"111111\"\n}","options":{"raw":{"language":"json"}}},"url":"127.0.0.1:8000/api/register"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/7.4.2"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 03 Feb 2020 05:57:32 GMT"},{"key":"content-type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IQ966665\",\n        \"name\": null,\n        \"email\": null,\n        \"mobile\": \"+989356032043\",\n        \"gender\": null,\n        \"status\": \"waiting\",\n        \"type\": \"user\",\n        \"groups\": null,\n        \"username\": null,\n        \"email_verified_at\": null,\n        \"created_at\": 1580709452,\n        \"updated_at\": 1580709452,\n        \"avatar\": []\n    },\n    \"message\": \"REGISTRED\",\n    \"message_text\": \"REGISTRED\"\n}"},{"id":"d71873da-b2f2-42b4-aed8-72030eba2aef","name":"Logout","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"{{Token}}","type":"text"}],"url":"{{HostPath}}logout"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 17 Feb 2020 10:58:52 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"message\": \"LOGOUT\",\n    \"message_text\": \"LOGOUT\"\n}"}],"_postman_id":"77266ce7-e504-4481-8845-e7662be560c8"}],"id":"a9887cd9-9a71-43f4-bd1d-79049d9d67a0","event":[{"listen":"prerequest","script":{"id":"dcaa0073-f3dc-4260-bc57-0b91937848e1","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"a66d4944-9cfe-49b4-bdd4-a26fbc5fdd97","type":"text/javascript","exec":[""]}}],"_postman_id":"a9887cd9-9a71-43f4-bd1d-79049d9d67a0"},{"name":"Users","item":[{"name":"Index","id":"d1e6c357-592f-4b08-bea6-3cc5ff6b6978","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{HostPath}}users"},"response":[{"id":"cf3b23c0-2163-4648-8483-d733bd2bf5ba","name":"Index","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 17 Feb 2020 04:03:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"IR96669S\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak+0@gmail.com\",\n            \"mobile\": \"989356032040\",\n            \"gender\": \"male\",\n            \"status\": \"awaiting\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"hasan0\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581849426,\n            \"updated_at\": 1581849426,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR96669U\",\n            \"name\": \"Hasan Salehi (user)\",\n            \"email\": \"hs.baravak@gmail.com\",\n            \"mobile\": \"989195742208\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"baravak\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836984,\n            \"updated_at\": 1581837002,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR966692\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak@gmail.com\",\n            \"mobile\": \"989356032043\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"hasan\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836861,\n            \"updated_at\": 1581836861,\n            \"avatar\": []\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://risloo.local/api/users?page=1\",\n        \"last\": \"http://risloo.local/api/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://risloo.local/api/users\",\n        \"per_page\": 15,\n        \"to\": 3,\n        \"total\": 3,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": [\n                \"id\",\n                \"desc\"\n            ]\n        },\n        \"filters\": {\n            \"allowed\": null,\n            \"current\": null\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"d1e6c357-592f-4b08-bea6-3cc5ff6b6978"},{"name":"Show","id":"b67d3ba8-1344-41f5-9b8b-d722f320600e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{HostPath}}users/{{UserId}}"},"response":[{"id":"294d0c2e-2644-4762-b0d0-e2e17d0b2461","name":"Show","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}users/{{UserId}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 17 Feb 2020 04:03:45 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR966692\",\n        \"name\": \"Hasan Salehi\",\n        \"email\": \"itb.baravak@gmail.com\",\n        \"mobile\": \"989356032043\",\n        \"gender\": \"male\",\n        \"status\": \"active\",\n        \"type\": \"admin\",\n        \"groups\": null,\n        \"username\": \"hasan\",\n        \"email_verified_at\": null,\n        \"created_at\": 1581836861,\n        \"updated_at\": 1581836861,\n        \"avatar\": []\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"b67d3ba8-1344-41f5-9b8b-d722f320600e"},{"name":"Edit","id":"35abf7ed-f6cc-4315-9d4c-e1120bfecfdd","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"gender","value":"male","type":"text"}]},"url":"{{HostPath}}users/{{UserId}}"},"response":[{"id":"e543ed73-983e-4b75-ab72-23cc400125fa","name":"Index","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 17 Feb 2020 04:03:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"IR96669S\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak+0@gmail.com\",\n            \"mobile\": \"989356032040\",\n            \"gender\": \"male\",\n            \"status\": \"awaiting\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"hasan0\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581849426,\n            \"updated_at\": 1581849426,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR96669U\",\n            \"name\": \"Hasan Salehi (user)\",\n            \"email\": \"hs.baravak@gmail.com\",\n            \"mobile\": \"989195742208\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"baravak\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836984,\n            \"updated_at\": 1581837002,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR966692\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak@gmail.com\",\n            \"mobile\": \"989356032043\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"hasan\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836861,\n            \"updated_at\": 1581836861,\n            \"avatar\": []\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://risloo.local/api/users?page=1\",\n        \"last\": \"http://risloo.local/api/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://risloo.local/api/users\",\n        \"per_page\": 15,\n        \"to\": 3,\n        \"total\": 3,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": [\n                \"id\",\n                \"desc\"\n            ]\n        },\n        \"filters\": {\n            \"allowed\": null,\n            \"current\": null\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"35abf7ed-f6cc-4315-9d4c-e1120bfecfdd"},{"name":"Set avatar","id":"c2bc5c0d-119f-4a06-b898-70beab603b64","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","type":"text","value":"application/x-www-form-urlencoded"}],"body":{"mode":"formdata","formdata":[{"key":"avatar","type":"file","value":null}]},"url":"{{HostPath}}users/{{UserId}}/avatar"},"response":[{"id":"c3e2195a-b3c0-4a1f-a6be-618ff605dacd","name":"Index","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 17 Feb 2020 04:03:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"IR96669S\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak+0@gmail.com\",\n            \"mobile\": \"989356032040\",\n            \"gender\": \"male\",\n            \"status\": \"awaiting\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"hasan0\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581849426,\n            \"updated_at\": 1581849426,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR96669U\",\n            \"name\": \"Hasan Salehi (user)\",\n            \"email\": \"hs.baravak@gmail.com\",\n            \"mobile\": \"989195742208\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"baravak\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836984,\n            \"updated_at\": 1581837002,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR966692\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak@gmail.com\",\n            \"mobile\": \"989356032043\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"hasan\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836861,\n            \"updated_at\": 1581836861,\n            \"avatar\": []\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://risloo.local/api/users?page=1\",\n        \"last\": \"http://risloo.local/api/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://risloo.local/api/users\",\n        \"per_page\": 15,\n        \"to\": 3,\n        \"total\": 3,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": [\n                \"id\",\n                \"desc\"\n            ]\n        },\n        \"filters\": {\n            \"allowed\": null,\n            \"current\": null\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"c2bc5c0d-119f-4a06-b898-70beab603b64"},{"name":"Change Password","id":"144c2ba5-410c-4470-8207-076ee5e1bb6b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"current_password","value":"111111","type":"text"},{"key":"password","value":"222222","type":"text"}]},"url":"{{HostPath}}auth/password/change"},"response":[{"id":"4b9f5dac-247b-4ea5-9afc-955c49fc5bc3","name":"Reset Password","originalRequest":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"password","value":"111111","type":"text"},{"key":"new_password","value":"222222","type":"text"},{"key":"aasdfsa","value":"","type":"text"}]},"url":"{{HostPath}}auth/password/change"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Tue, 18 Feb 2020 08:02:09 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"message\": \"PASSWORD_CHANGED\",\n    \"message_text\": \"PASSWORD_CHANGED\"\n}"},{"id":"bfa9e106-746c-4a00-ba62-872ab05abeac","name":"Index","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 17 Feb 2020 04:03:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"IR96669S\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak+0@gmail.com\",\n            \"mobile\": \"989356032040\",\n            \"gender\": \"male\",\n            \"status\": \"awaiting\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"hasan0\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581849426,\n            \"updated_at\": 1581849426,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR96669U\",\n            \"name\": \"Hasan Salehi (user)\",\n            \"email\": \"hs.baravak@gmail.com\",\n            \"mobile\": \"989195742208\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"baravak\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836984,\n            \"updated_at\": 1581837002,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR966692\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak@gmail.com\",\n            \"mobile\": \"989356032043\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"hasan\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836861,\n            \"updated_at\": 1581836861,\n            \"avatar\": []\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://risloo.local/api/users?page=1\",\n        \"last\": \"http://risloo.local/api/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://risloo.local/api/users\",\n        \"per_page\": 15,\n        \"to\": 3,\n        \"total\": 3,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": [\n                \"id\",\n                \"desc\"\n            ]\n        },\n        \"filters\": {\n            \"allowed\": null,\n            \"current\": null\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"144c2ba5-410c-4470-8207-076ee5e1bb6b"},{"name":"Create","id":"00f25c17-2e26-4228-9746-e598f2cafbb4","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"name","value":"احمد کریمی","type":"text"},{"key":"email","value":"ahmad@risloo.com","type":"text"},{"key":"mobile","value":"9195742233","type":"text"},{"key":"gender","value":"male","type":"text"},{"key":"status","value":"active","type":"text"},{"key":"type","value":"admin","type":"text"},{"key":"username","value":"ahmad","type":"text"},{"key":"password","value":"111111","type":"text"},{"key":"birthday","value":"","type":"text"}]},"url":"{{HostPath}}users"},"response":[{"id":"04daa10c-b6a9-40b1-b45c-5c3ae1f7ca00","name":"Index","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Mon, 17 Feb 2020 04:03:23 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"IR96669S\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak+0@gmail.com\",\n            \"mobile\": \"989356032040\",\n            \"gender\": \"male\",\n            \"status\": \"awaiting\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"hasan0\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581849426,\n            \"updated_at\": 1581849426,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR96669U\",\n            \"name\": \"Hasan Salehi (user)\",\n            \"email\": \"hs.baravak@gmail.com\",\n            \"mobile\": \"989195742208\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"baravak\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836984,\n            \"updated_at\": 1581837002,\n            \"avatar\": []\n        },\n        {\n            \"id\": \"IR966692\",\n            \"name\": \"Hasan Salehi\",\n            \"email\": \"itb.baravak@gmail.com\",\n            \"mobile\": \"989356032043\",\n            \"gender\": \"male\",\n            \"status\": \"active\",\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"hasan\",\n            \"email_verified_at\": null,\n            \"created_at\": 1581836861,\n            \"updated_at\": 1581836861,\n            \"avatar\": []\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://risloo.local/api/users?page=1\",\n        \"last\": \"http://risloo.local/api/users?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://risloo.local/api/users\",\n        \"per_page\": 15,\n        \"to\": 3,\n        \"total\": 3,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": [\n                \"id\",\n                \"desc\"\n            ]\n        },\n        \"filters\": {\n            \"allowed\": null,\n            \"current\": null\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"},{"id":"c1112e13-113c-42f3-8e8c-31d21ed47eae","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"name","value":"احمد کریمی","type":"text"},{"key":"email","value":"ahmad@risloo.com","type":"text"},{"key":"mobile","value":"9195742233","type":"text"},{"key":"gender","value":"male","type":"text","description":"male, female (null)"},{"key":"status","value":"active","type":"text","description":"active, awating, blocked (a)"},{"key":"type","value":"admin","type":"text","description":"admin, client, psychologist"},{"key":"username","value":"ahmad","type":"text"},{"key":"password","value":"111111","type":"text"},{"key":"birthday","value":"","type":"text"},{"key":"avatar","type":"file","value":null}]},"url":"{{HostPath}}users"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Tue, 03 Mar 2020 12:05:14 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"IR96666A\",\n        \"name\": \"احمد کریمی\",\n        \"email\": \"ahmad@risloo.com\",\n        \"mobile\": \"989195742233\",\n        \"gender\": \"male\",\n        \"status\": \"active\",\n        \"license\": null,\n        \"type\": \"admin\",\n        \"groups\": null,\n        \"username\": \"ahmad\",\n        \"email_verified_at\": null,\n        \"birthday\": null,\n        \"created_at\": 1583237114,\n        \"updated_at\": 1583237114,\n        \"avatar\": []\n    },\n    \"message\": \"USER_CREATED\",\n    \"message_text\": \"USER_CREATED\"\n}"}],"_postman_id":"00f25c17-2e26-4228-9746-e598f2cafbb4"}],"id":"54425835-c5d5-4008-8069-0bda361a4a85","description":"این قسمت برای کار بر روی کاربران است","auth":{"type":"apikey","apikey":{"value":"{{Token}}","key":"authorization","in":"header"}},"event":[{"listen":"prerequest","script":{"id":"4882de38-2b6d-4711-bf33-6abff350a338","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"af0e56a3-1243-416e-b217-d16994a5016c","type":"text/javascript","exec":[""]}}],"_postman_id":"54425835-c5d5-4008-8069-0bda361a4a85"},{"name":"Documents","item":[{"name":"Index","id":"bfd025d6-f709-4660-b550-89f390a86ebf","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{HostPath}}documents?order=&order=&tag_id&user_id&verified=","host":["{{HostPath}}documents"],"query":[{"key":"order","value":""},{"key":"order","value":""},{"key":"tag_id","value":null},{"key":"user_id","value":null},{"key":"verified","value":"","type":"text"}]},"description":"## مقادیر دریافتی\n\n### id\n\n`string`\n\nیکتای رکورد ثبت شده\n\n### title\n\n`string`\n\nعنوان محتوای ارسالی\n\n### verified \n\n`boolean` default `false`\nوضعیت قبول یا رد محتوای ارسالی\n\n### description\n\n`string`\nتوضیحات محتوای ارسالی\n\n### notic\n\n`string`\nتوضیحات ادمین برای رد یا قبول محتوای ارسالی\n\n### user\n\n`USER`\nمقداری از نوع کاربر\n\n### terms\n\n`array TERM`\nمقدار آرایه‌ای از نوع دسته‌بندی‌ها\n\n### documents\n\n`array FILE`\nمقدار آرایه‌ای از نوع فایل\n\n### created_at\n\n`timestamp`\n\n### updated_at\n\n`timestamp`"},"response":[{"id":"e2d1297c-4fd2-4756-a385-eebeb9949ed3","name":"Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{HostPath}}documents?order=&order=&tag_id&user_id&verified","host":["{{HostPath}}documents"],"query":[{"key":"order","value":""},{"key":"order","value":""},{"key":"tag_id","value":null},{"key":"user_id","value":null},{"key":"verified","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Sat, 07 Mar 2020 06:32:22 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"P966669K\",\n            \"title\": \"آخرین مدرک تحصیلی\",\n            \"verified\": false,\n            \"description\": null,\n            \"notic\": null,\n            \"user\": {\n                \"id\": \"IR966669\",\n                \"name\": \"Admin\",\n                \"email\": null,\n                \"mobile\": null,\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"admin\",\n                \"groups\": null,\n                \"username\": \"admin\",\n                \"email_verified_at\": null,\n                \"birthday\": null,\n                \"created_at\": 1583322770,\n                \"updated_at\": 1583322770,\n                \"avatar\": []\n            },\n            \"terms\": [\n                {\n                    \"id\": \"T966669\",\n                    \"title\": \"بی\\u200cعنوان\",\n                    \"cat\": \"personal\",\n                    \"type\": \"document\"\n                }\n            ],\n            \"created_at\": 1583562566,\n            \"updated_at\": 1583562566,\n            \"documents\": {\n                \"original\": {\n                    \"id\": \"F9666D9\",\n                    \"file_name\": \"P966669K_original.jpeg\",\n                    \"slug\": \"storage/private/Files_1000/P966669K_original.jpeg\",\n                    \"url\": \"http://localhost/storage/private/Files_1000/P966669K_original.jpeg\",\n                    \"type\": \"image\",\n                    \"mime\": \"image/jpeg\",\n                    \"exec\": \"jpeg\",\n                    \"created_at\": 1583562566,\n                    \"updated_at\": 1583562566\n                }\n            }\n        },\n        {\n            \"id\": \"P966669B\",\n            \"title\": \"آخرین مدرک تحصیلی\",\n            \"verified\": false,\n            \"description\": null,\n            \"notic\": null,\n            \"user\": {\n                \"id\": \"IR966669\",\n                \"name\": \"Admin\",\n                \"email\": null,\n                \"mobile\": null,\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"admin\",\n                \"groups\": null,\n                \"username\": \"admin\",\n                \"email_verified_at\": null,\n                \"birthday\": null,\n                \"created_at\": 1583322770,\n                \"updated_at\": 1583322770,\n                \"avatar\": []\n            },\n            \"terms\": [\n                {\n                    \"id\": \"T966669\",\n                    \"title\": \"بی\\u200cعنوان\",\n                    \"cat\": \"personal\",\n                    \"type\": \"document\"\n                }\n            ],\n            \"created_at\": 1583562495,\n            \"updated_at\": 1583562495,\n            \"documents\": null\n        },\n        {\n            \"id\": \"P966669H\",\n            \"title\": \"آخرین مدرک تحصیلی\",\n            \"verified\": true,\n            \"description\": null,\n            \"notic\": null,\n            \"user\": {\n                \"id\": \"IR966669\",\n                \"name\": \"Admin\",\n                \"email\": null,\n                \"mobile\": null,\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"admin\",\n                \"groups\": null,\n                \"username\": \"admin\",\n                \"email_verified_at\": null,\n                \"birthday\": null,\n                \"created_at\": 1583322770,\n                \"updated_at\": 1583322770,\n                \"avatar\": []\n            },\n            \"terms\": [\n                {\n                    \"id\": \"T966669\",\n                    \"title\": \"بی\\u200cعنوان\",\n                    \"cat\": \"personal\",\n                    \"type\": \"document\"\n                }\n            ],\n            \"created_at\": 1583432515,\n            \"updated_at\": 1583432515,\n            \"documents\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://risloo.local/api/documents?page=1\",\n        \"last\": \"http://risloo.local/api/documents?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://risloo.local/api/documents\",\n        \"per_page\": 15,\n        \"to\": 3,\n        \"total\": 3,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": {\n                \"id\": \"desc\"\n            }\n        },\n        \"filters\": {\n            \"allowed\": {\n                \"verified\": [\n                    true,\n                    false\n                ],\n                \"user_id\": null,\n                \"term_id\": null\n            },\n            \"current\": []\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"bfd025d6-f709-4660-b550-89f390a86ebf"},{"name":"Show","id":"2eb2b856-10aa-4f9d-9210-dcfc888c57fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{HostPath}}documents/{{DocumentID}}"},"response":[{"id":"9bc0822c-b1fd-43c5-8aec-a73314f3455e","name":"Show","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}documents/{{DocumentID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Sat, 07 Mar 2020 06:31:34 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"P966669B\",\n        \"title\": \"آخرین مدرک تحصیلی\",\n        \"verified\": false,\n        \"description\": null,\n        \"notic\": null,\n        \"user\": {\n            \"id\": \"IR966669\",\n            \"name\": \"Admin\",\n            \"email\": null,\n            \"mobile\": null,\n            \"gender\": null,\n            \"status\": \"active\",\n            \"position\": null,\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"admin\",\n            \"email_verified_at\": null,\n            \"birthday\": null,\n            \"created_at\": 1583322770,\n            \"updated_at\": 1583322770,\n            \"avatar\": []\n        },\n        \"terms\": [\n            {\n                \"id\": \"T966669\",\n                \"title\": \"بی\\u200cعنوان\",\n                \"cat\": \"personal\",\n                \"type\": \"document\"\n            }\n        ],\n        \"created_at\": 1583562495,\n        \"updated_at\": 1583562495,\n        \"documents\": null\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"2eb2b856-10aa-4f9d-9210-dcfc888c57fe"},{"name":"Edit","id":"f2c7d274-b054-44f7-9f21-d31df7426258","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/json","type":"text"}],"body":{"mode":"raw","raw":"","options":{"raw":{"language":"javascript"}}},"url":"{{HostPath}}documents/{{DocumentID}}"},"response":[{"id":"6f6b8cd2-0e7a-4e09-bee9-97485d44d91a","name":"Edit","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"آخرین مدرک تحصیلی","type":"text"},{"key":"term_id","value":"T966669","type":"text"},{"key":"user_id","value":"IR966669","type":"text"},{"key":"document","type":"file","src":"/home/baravak/Pictures/nezam-dini.jpg"}]},"url":"{{HostPath}}documents/{{DocumentID}}"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Sat, 07 Mar 2020 06:31:21 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"P966669B\",\n        \"title\": \"آخرین مدرک تحصیلی\",\n        \"verified\": false,\n        \"description\": null,\n        \"notic\": null,\n        \"user\": {\n            \"id\": \"IR966669\",\n            \"name\": \"Admin\",\n            \"email\": null,\n            \"mobile\": null,\n            \"gender\": null,\n            \"status\": \"active\",\n            \"position\": null,\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"admin\",\n            \"email_verified_at\": null,\n            \"birthday\": null,\n            \"created_at\": 1583322770,\n            \"updated_at\": 1583322770,\n            \"avatar\": []\n        },\n        \"terms\": [\n            {\n                \"id\": \"T966669\",\n                \"title\": \"بی\\u200cعنوان\",\n                \"cat\": \"personal\",\n                \"type\": \"document\"\n            }\n        ],\n        \"created_at\": 1583562495,\n        \"updated_at\": 1583562495,\n        \"documents\": null\n    },\n    \"changed\": [],\n    \"message\": \"UNCHANGED\",\n    \"message_text\": \"UNCHANGED\"\n}"}],"_postman_id":"f2c7d274-b054-44f7-9f21-d31df7426258"},{"name":"Create","event":[{"listen":"test","script":{"id":"ba8fe5b7-669f-471a-9386-38433282f552","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        pm.environment.set(\"DocumentID\", jsonData.data.id);","    }","});"],"type":"text/javascript"}}],"id":"48963870-f96c-4113-aeca-55d3d8011de1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"<string>","type":"text","description":"(required) ","contentType":""},{"key":"attachment","description":"(required) <attachment>","type":"file","contentType":"","src":"/home/baravak/Pictures/Screenshot from 2020-07-28 10-27-38.png"},{"key":"description","value":"sdfsdf","description":"(required) <string>","type":"text"}]},"url":"{{HostPath}}documents"},"response":[{"id":"b971fb12-ec6d-4c58-a8ff-2bf16c43cec7","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"title","value":"آخرین مدرک تحصیلی","type":"text"},{"key":"term_id","value":"T966669","type":"text"},{"key":"user_id","value":"IR966669","type":"text"},{"key":"document","type":"file","src":"/home/baravak/Pictures/photo-1580757468214-c73f7062a5cb.jpeg"}]},"url":"{{HostPath}}documents"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Sat, 07 Mar 2020 06:29:26 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"P966669K\",\n        \"title\": \"آخرین مدرک تحصیلی\",\n        \"verified\": false,\n        \"description\": null,\n        \"notic\": null,\n        \"user\": {\n            \"id\": \"IR966669\",\n            \"name\": \"Admin\",\n            \"email\": null,\n            \"mobile\": null,\n            \"gender\": null,\n            \"status\": \"active\",\n            \"position\": null,\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"admin\",\n            \"email_verified_at\": null,\n            \"birthday\": null,\n            \"created_at\": 1583322770,\n            \"updated_at\": 1583322770,\n            \"avatar\": []\n        },\n        \"terms\": [\n            {\n                \"id\": \"T966669\",\n                \"title\": \"بی\\u200cعنوان\",\n                \"cat\": \"personal\",\n                \"type\": \"document\"\n            }\n        ],\n        \"created_at\": 1583562566,\n        \"updated_at\": 1583562566,\n        \"documents\": {\n            \"original\": {\n                \"id\": \"F9666D9\",\n                \"file_name\": \"P966669K_original.jpeg\",\n                \"slug\": \"storage/private/Files_1000/P966669K_original.jpeg\",\n                \"url\": \"http://localhost/storage/private/Files_1000/P966669K_original.jpeg\",\n                \"type\": \"image\",\n                \"mime\": \"image/jpeg\",\n                \"exec\": \"jpeg\",\n                \"created_at\": 1583562566,\n                \"updated_at\": 1583562566\n            }\n        }\n    },\n    \"message\": \"DOCUMENT_CREATED\",\n    \"message_text\": \"DOCUMENT_CREATED\"\n}"}],"_postman_id":"48963870-f96c-4113-aeca-55d3d8011de1"}],"id":"37812889-72b6-40a3-99f5-f35e3ad6124a","description":"# مدارک هویتی و علمی\n\n## سطوح دسترسی\n\n### لیست و نمایش\nبه صورت پیش‌فرض هیچ فردی بجز مدیران قادر به نمایش مدارک هویتی و علمی نیستند\n\n- مدیران و اپراتورهای مراکز مشاوره\n  - قادر هستند که لیست مدارک هویتی و علمی تأیید شده روان‌شناسان زیرمجموعه خودشان را مشاهده کنند، همچنین قادر هستند مدارک هویتی و علمی خود را چه تایید شده و چه تایید نشده مشاهده کنند\n- روان‌شناسان\n  - تنها قادر هستند لیست مدارک هویتی و علمی تأیید یا رده شده خود را مشاهده کنند\n\n### افزودن\nهمه کاربران بجز مراجعین می‌توانند تا ۲۰ مدرک هویتی و علمی ارسال کنند\nمراجع تنها می‌تواند نهایتا ۴ مدرک هویتی و علمی ارسال کند\nمواردی که دریافت می‌شود:\n- عنوان فایل\n- فایل pdf,jpg,png\n- توضیحات فایل\n\n\n### ویرایش\n- تنها ادمین می‌تواند وضعیت، عنوان و `summary:notic` را ویرایش کند\n- همچنین ادمین می‌تواند فایل مشکل دار را حذف کند، در این صورت کاربر می‌تواند یکبار دیگر فایل را ارسال کند\n\n### حذف\nبه خاطر تمیزبودن سیستم، تنها ادمین می‌تواند رکورد را همراه با فایل موجود حذف کند","auth":{"type":"apikey","apikey":{"value":"{{Token}}","key":"authorization","in":"header"}},"event":[{"listen":"prerequest","script":{"id":"4882de38-2b6d-4711-bf33-6abff350a338","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"af0e56a3-1243-416e-b217-d16994a5016c","type":"text/javascript","exec":[""]}}],"_postman_id":"37812889-72b6-40a3-99f5-f35e3ad6124a"},{"name":"Terms","item":[{"name":"Index","id":"3fcc583b-1675-4c5c-92d0-e96367c9f0bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{HostPath}}terms?parent=&q=&order=&sort=&nested=&creator=","host":["{{HostPath}}terms"],"query":[{"key":"parent","value":"","description":"0 : Without parent"},{"key":"q","value":"","description":"search in title"},{"key":"order","value":""},{"key":"sort","value":""},{"key":"nested","value":"","description":"1 : Nested child of parent"},{"key":"creator","value":"","description":"creator just for admin"}]},"description":"### access\n- admin : all terms\n- others : juest maker & admin created"},"response":[],"_postman_id":"3fcc583b-1675-4c5c-92d0-e96367c9f0bc"},{"name":"Create","event":[{"listen":"prerequest","script":{"id":"22c29628-1742-43f0-a8a8-e0e11fb44c41","exec":[""],"type":"text/javascript"}},{"listen":"test","script":{"id":"95816b61-0e01-4e15-a716-72bd029162d5","exec":["pm.test(\"Your test name\", function () {","    var jsonData = pm.response.json();","    if(jsonData.is_ok)","    {","        pm.environment.set(\"TermID\", jsonData.data.id);","    }","});"],"type":"text/javascript"}}],"id":"e49b002c-a932-4206-9542-8e67c748c0c7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"title","value":"","type":"text"},{"key":"parent_id","value":"","type":"text"}]},"url":"{{HostPath}}terms"},"response":[],"_postman_id":"e49b002c-a932-4206-9542-8e67c748c0c7"},{"name":"Show","id":"369c1f40-6089-4bea-8385-93916224ea6f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{HostPath}}terms/{{TermID}}"},"response":[],"_postman_id":"369c1f40-6089-4bea-8385-93916224ea6f"},{"name":"Edit","event":[{"listen":"prerequest","script":{"id":"a4f10db1-7188-42ee-aed6-450b8b501c7f","exec":[""],"type":"text/javascript"}}],"id":"793d9e4d-8c06-4dd1-96db-4e81c5b1fa73","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Content-Type","name":"Content-Type","value":"application/x-www-form-urlencoded","type":"text"}],"body":{"mode":"urlencoded","urlencoded":[{"key":"title","value":"","type":"text"}]},"url":"{{HostPath}}terms/{{TermID}}"},"response":[],"_postman_id":"793d9e4d-8c06-4dd1-96db-4e81c5b1fa73"}],"id":"8724801d-a1cb-4e86-9c4f-93aa7cac5206","auth":{"type":"apikey","apikey":{"value":"{{Token}}","key":"authorization","in":"header"}},"event":[{"listen":"prerequest","script":{"id":"4308ec8a-4173-46a0-99e7-be396da6801a","type":"text/javascript","exec":[""]}},{"listen":"test","script":{"id":"52a269b7-eee5-43c8-9680-c678978cbbd3","type":"text/javascript","exec":[""]}}],"_postman_id":"8724801d-a1cb-4e86-9c4f-93aa7cac5206"},{"name":"Assessmets","item":[{"name":"Index","id":"850eb6ed-4c14-43dd-8f2b-a9eb4e38337a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{HostPath}}$?scale&filler=","host":["{{HostPath}}$"],"query":[{"key":"scale","value":null},{"key":"filler","value":"","type":"text"}]}},"response":[{"id":"b759d06e-9b47-4bbb-8011-a2e43a0794f0","name":"Index","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}$"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Thu, 12 Mar 2020 00:07:18 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"$16PF-93\",\n            \"title\": \"پرسشنامه 16 عاملی شخصیت کتل\",\n            \"version\": \"2\",\n            \"edition\": \"دکتر برزگر (۱۳۷۵)\",\n            \"edition_version\": null,\n            \"filler\": \"client\",\n            \"scale\": {\n                \"id\": \"$16PF\",\n                \"title\": \"پرسشنامه 16 عاملی شخصیت کتل\"\n            },\n            \"description\": \"## دستور اجرای آزمون\\n\\nاین آزمون حاوی سؤالهایی است **(187 سؤال)** که رغبت ها و احساس های شما را نسبت به چیزها نشان می دهند. در بسیاری از سؤال ها، پاسخ های درست و غلط وجود ندارد و شما فقط باید مشخص کنید که چه چیزی از نظر شما درست است. پس از خواندن هر سؤال، پاسخ خود را با پر کردن چهارخانه مربوطه، در پاسخنامه مشخص نمایید.\\n\\nنام و مشخصات خود را در بالای صفحه پاسخنامه ای که به صورت جداگانه در اختیارتان قرار داده شده است، بنویسید.\\n\\nحالا به سه سؤال زیر که به عنوان مثال ارایه شده و در پاسخنامه با عنوان مثال ها مشخص شده اند، پاسخ دهید. شما برای هر سؤال می توانید یکی از سه گزینه را انتخاب نمایید اگر گزینه ای که انتخاب کرده اید «الف» است چهارخانه سمت راست را پر کنید، اگر گزینه «ب» ر اانتخاب کرده اید، چهار خانه وسط را پر کنید. و اگر گزینه «ج» را انتخاب کرده اید، چهار خانه سمت چپ را پر کنید.\\n\\n### مثال ها :\\n\\n1. تماشای مسابقه های ورزشی را دوست دارم\\n - الف) بله (غالبا)\\n - ب) گاهی\\n - ج) نه (هرگز)\\n\\n2. دیگران مرا بی حوصله می دانند\\n - الف) درست\\n - ب) نامطمئن\\n - ج) غلط\\n\\n3. من دوستانی را ترجیح می دهم که :\\n- الف) آرام هستند\\n- ب) بین این دو\\n- ج) معاشرتی و سرزنده\\n\\nوقتی آزمونگر به شما می گوید با سؤال شماره یک کار خود را آغاز کنید و به پرسش ها پاسخ دهید، این چهار نکته را در نظر داشته باشید:\\n1. وقتی پاسخی را مشخص کنید که به نظر شما درست است. بهتر است آنچه را که واقعاً فکر می کنید بگویید\\n2. وقت خود را با فکر کردن درباره هر سؤال،تلف نکنید. اولین و طبیعی ترین پاسخی را که به ذهنتان می آید، انتخاب کنید. البته سؤالها، کوتاه تر از آن هستند که بتوانند همه اطلاعاتی را که مایلید داشته باشید در اختیار تان بگذارند اما شما باید بهترین پاسخی را بدهید، که تحت شرایط موجود امکان پذیر است\\n3. به همه سؤال ها به ترتیب پاسخ دهید. هیچ سؤالی را بدون پاسخ نگذارید\\n4. شما باید در اغلب موارد گزینه های «الف » یا «ج» را انتخاب کنید و فقط موقعی از گزینه ب استفاده کنید که احساس می کنید مجبور هستید، زیرا هیچ یک از گزینه های «الف » و «ج » به نظرتان درست نمی آید\",\n            \"items\": [\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دستور اجرای این آزمون را به خوبی فهمیدم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"مطمئن نیستم\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"آماده ام که تا حد امکان به هر گزینه صادقانه پاسخ دهم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"مطمئن نیستم\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"بیشتر دلم می خواهد که خانه ام...\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"در محله ای باشد که افراد با هم معاشرت می کنند\",\n                            \"بین این دو\",\n                            \"دور افتاده در عمق جنگل باشد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"می توانم نیروی کافی برای مقابله با مشکلاتم را به دست بیاورم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"همیشه\",\n                            \"معمولاً\",\n                            \"به ندرت\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در برابر حیوانات وحشی کمی احساس اضطراب می کنم، حتی اگر در قفس های محکمی باشند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله (درست)\",\n                            \"مطمئن نیستم\",\n                            \"نه (غلط)\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"از انتقاد نسبت به اشخاص و افکار آن ها خودداری می کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"گاهی\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به مردم کنایه های تند و نیشدار می زنم اگر فکر کنم که حقشان همین است.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"معمولاً\",\n                            \"گاهی\",\n                            \"هرگز\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"موسیقی سنتی را به آهنگ های مد روز ترجیح می دهم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"مطمئن نیستم\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر شاهد دعوای دو بچه همسایه باشم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"می گذارم خودشان از پس هم برآیند\",\n                            \"مطمئن نیستم\",\n                            \"آن ها را نصیحت می کنم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در موقعیتهای اجتماعی:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"خودم را جلو می اندازم\",\n                            \"بین این دو\",\n                            \"ترجیح می دهم که با آرامی در پشت صحنه باقی بمانم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"جالب تر است که انسان...\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"یک مهندس ساختمان باشد\",\n                            \"مطمئن نیستم\",\n                            \"نمایشنامه نویس باشد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"ترجیح می دهم که در خیابان برای تماشای نقاشی کردن یک هنرمند بایستم تا آنکه به جر و بحث افراد گوش دهم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"مطمئن نیستم\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"معمولاً با افراد پر مدعا کنار می آیم، حتی اگر خیلی متکبر یا از خود راضی باشند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"تقریباً همیشه می توانم عدم صداقت مردم را در چهره آن ها ببینم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"برای همه مردم بهتر است که تعطیلات (مرخصی ها)، طولانی تر شوند و همه اجباراً از آن استفاده کنند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"موافق\",\n                            \"مطمئن نیستم\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"ترجیح می دهم که پیامد یک کار پردرآمد اما بی ثبات را بپذیرم به جای آنکه یک کار ثابت و کم درآمد را قبول کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"مطمئن نیستم\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"درباره احساس هایم حرف می زنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"فقط اگر لازم باشد\",\n                            \"بین این دو\",\n                            \"با کمال میل، هر بار که فرصت داشته باشم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاه گاهی برایم اتفاق می افتد که خطر مهمی را احساس می کنم یا ترسی ناگهانی بر من غلبه می کند بدون آنکه دلایل آن را بفهمم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر اشتباهی مرا برای کاری که نکرده ام سرزنشم کنند:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"ابداً احساس گناه نمی کنم\",\n                            \"بین این دو\",\n                            \"علی رغم موقعیت، کمی احساس گناه می کنم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"با پول می توان تقریباً همه چیز را به دست آورد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"مطمئن نیستم\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"تصمیم های من بیشتر:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"از احساس قلبی پیروی می کنند\",\n                            \"به طور مساوی از احساس و عقل، تبعیت می کنند\",\n                            \"از عقل پیروی می کنند\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اغلب اشخاص خوشبخت تر می شدند اگر بیشتر مانند دوستانشان زندگی و مثل دیگران عمل می کردند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی برایم اتفاق می افتد که وقتی در آیینه نگاه می کنم به درستی نمی دانم که سمت راستم کجاست و سمت چپم کجاست.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"مطمئن نیستم\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی حرف می زنم دوست دارم که:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"هر چه را به فکرم می رسد بیان کنم\",\n                            \"بین این دو\",\n                            \"افکارم را قبلاً منظم کنم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی چیزی به شدت مرا عصبی می کند، می دانم که سریعاً آرامش ام را به دست می آورم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"با ساعات کار یکسان و حقوق مساوی، بهتر است که انسان:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"نجار یا آشپز باشد\",\n                            \"مطمئن نیستم\",\n                            \"پیش خدمت در یک رستوران خوب باشد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"مرا انتخاب کرده اند تا:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"کارهای معدودی انجام دهم\",\n                            \"چندین کار انجام دهم\",\n                            \"کارهای بسیاری انجام دهم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"نسبت بیل به کندن مثل نسبت چاقو است به:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"تیز کردن\",\n                            \"بریدن\",\n                            \"تیزی\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی برایم اتفاق می افتد که نمی تواتم بخوابم چون فکری ذهنم را به خود مشغول می دارد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به هدف هایی که در زندگی شخصی برای خودم تعیین می کنم، تقریباً همیشه دست می یابم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"مطمئن نیستم\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی قانونی کهنه است باید عوض شود.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"فقط بعد از بحث های مفصل\",\n                            \"بین این دو\",\n                            \"سریعاً\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی در مورد طرحی کار می کنم که مستلزم اقدام سریعی است که به دیگران لطمه می زند، احساس ناراحتی می کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"سریعاً\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اغلب افرادی که می شناسم مرا فردی خوش صحبت می دانند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"مطمئن نیستم\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی اشخاص نامرتب و شلخته را می بینم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"آن ها را همان طور که هستند قبول می کنم\",\n                            \"بین این دو\",\n                            \"منزجر و ناراحت می شوم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر در بین جمع، ناگهان مورد توجه همه واقع شوم، احساس ناراحتی می کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"همیشه از شرکت در یک مهمانی بزرگ، یک جشن یا یک جلسه عمومی، خوشحال می شوم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در مدرسه بیشتر علاقه داشتم (یا علاقه دارم):\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"به موسیقی\",\n                            \"نامطمئن\",\n                            \"به کارهای دستی\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر مسئولیتی به من محول شود، خواهان آن هستم که از دستوراتم تبعیت کنند و گرنه استعفاء می دهم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"گاهی\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"برای والدین مهمتر است که:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"به فرزندان خود کمک کنند تا شکوفا شوند\",\n                            \"بین این دو\",\n                            \"به فرزندان خود یا دهند که چگونه حالات هیجانی خود را کنترل کنند\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در یک کار گروهی – ترجیح می دهم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"کوشش کنم که گردش کار بهتر شود\",\n                            \"بین این دو\",\n                            \"مسئولیت گزارش پیشرفت کار را بر عهده داشته و مراقبت کنم که مقررات اجرا شوند\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گه گاهی احساس می کنم که دلم می خواهد به یک فعالیت بدنی که مستلزم تلاش فراوانی است، بپردازم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"ترجیح می دهم که با اشخاص مبادی آداب، معاشرت کنم تا با افرادی بی ظرافت و بی ملاحظه.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به شدت احساس سرافکندگی می کنم وقتی که افراد در حضور دیگران مرا مورد انتقاد قرار می دهند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی که رئیسم مرا احضار می کند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"به خود می گویم که از فرصت استفاده کنم تا چیزی را که می خواهم درخواست کنم\",\n                            \"بین این دو\",\n                            \"می ترسم که خطایی از من سر زده باشد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"آنچه که جهان ما بدان نیاز دارد:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"شهروندانی جدی تر و باثبات تر است\",\n                            \"مطمئن نیستم\",\n                            \"تعداد بیشتری از افراد آرمان نگر است که دارای طرح هایی برای جهانی بهتر هستند\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"همیشه نسبت به مقاصد تبلیغاتی موجود در چیزهایی که می خوانم، آگاهی کامل دارم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"مطمئن نیستم\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی نوجوان بودم در فعالیت های ورزشی مدرسه شرکت می کردم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"گاهی\",\n                            \"اغلب\",\n                            \"بسیار زیاد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اتاقم را همواره مرتب نگه می دارم و معمولاً جای همه چیز را به خوبی می دانم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی برایم اتفاق می افتد که با فکر کردن به آنچه طی روز، گذشته است دچار حالت تنش و عصبانیت می شوم\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"نامطمئن\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی برایم اتفاق می افتد که هنگام حرف زدن با اشخاص از خود بپرسم که آیا نسبت به آنچه که به آ نها می گویم، علاقه دارند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر بایستی انتخاب می کردم، بیشتر ترجیح می دادم که:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"یک جنگل بان باشم\",\n                            \"نمی دانم\",\n                            \"یک دبیر باشم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در بعضی عیدها و جشن تولدهای مهم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"دوست دارم هدیه های شخصی، بدهم\",\n                            \"نمی دانم\",\n                            \"خرید هدیه را کمی باعث درد سر می دانم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"نسبت خسته به کار مثل نسبت مغرور است به:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"لبخند\",\n                            \"موفقیت\",\n                            \"خوشبخت\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در بین این چیزها، کدام یک با آن های دیگر جور نیست؟\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"شمع\",\n                            \"ماه\",\n                            \"چراغ برق\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دوستانم مرا ترک کرده اند:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"تقریباً هرگز\",\n                            \"گاهی\",\n                            \"اغلب\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به دلیل داشتن بعضی از صفات خود را برتر از اغلب اشخاص می دانم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"مطمئن نیستم\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی چیزی مرا دگرگون و ناراحت می کند، سعی می کنم که احساسم را از دیگران پنهان کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دوست دارم که برای تماشای نمایش یا تفریح از خانه خارج شوم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بیش از یکبار در هفته (بیش از معمول )\",\n                            \"تقریباً یک بار در هفته (در حد معمول)\",\n                            \"کمتر از یکبار در هفته (کمتر از معمول)\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به عقیده من، آزادی ارزشمند تر از رفتار خوب و احترام به قانون است.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"تمایل دارم که در حضور بزرگتر ها (کسانی که با تجربه تر هستند، مسن تر هستند یا موقعیت بالاتری دارند ) سکوت کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"مخاطب قرار دادن یک گروه بزرگ و با بیان مطلبی در حضور آن گروه، برایم مشکل است.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی در جای ناشناخته ای هستم از حس جهت یابی خوبی برخوردارم (به آسانی می توانم شمال، جنوب، شرق و غرب را مشخص کنم).\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر کسی علیه من خشمگین شود:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"کوشش می کنم که وی را آرام سازم\",\n                            \"نامطمئن\",\n                            \"ناراحت می شوم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی مقاله غیر منصفانه ای را در یک مجله می خوانم بیشتر تمایل دارم آن را فراموش کنم تا آن که بخواهم مقابله به مثل کنم (طرز فکر خودم را به آن ها بگویم).\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"حافظه ام بسیاری از چیزهای بی اهمیت مثل اسم مغازه های شهر را به دست فراموشی می سپارد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"می توانم زندگی یک دامپزشک را که به مداوا و جراحی حیوانات می پرازد، دوست داشته باشم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"با میل و لذت غذا می خورم اما همیشه نظم و نظافت را مثل بعضی از اشخاص رعایت نمی کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"بعضی وقت ها، حال دیدن هیچ کس را ندارم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"به ندرت\",\n                            \"بین این دو\",\n                            \"غالباً\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی بعضی ها به من گوشزد می کنند که هیجانم را در صدا و رفتارم به وضوح،نشان می دهم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی نوجوان بودم اگر عقیده ام با عقیده والدینم متفاوت بود، معمولاً:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بر عقیده خود پافشاری می کردم\",\n                            \"بین این دو\",\n                            \"نظر آن ها را می پذیرفتم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"ترجیح می دهم که یک دفتر کار برای خودم به تنهایی داشته باشم، بی آن که با دیگری در آن سهیم باشم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"نامطمئن\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"ترجیح می دهم که در آن آرامش از زندگی دلخواه خودم لذت ببرم، تا آن که به خاطر موفقیت هایم مورد تحسین واقع شوم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"احساس می کنم که از بسیاری جهات پختگی کامل دارم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"گاهی\",\n                            \"هرگز\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"شیوه انتقاد بسیاری از اشخاص نسبت به من به جای آن که به من کمک کند مرا برآشفته می سازد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"غالباً\",\n                            \"گاهی\",\n                            \"هرگز\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"همیشه می توانم ابراز احساساتم را کاملاً کنترل کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"کم و بیش\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر اختراع مفیدی داشتم ترجیح می دادم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"آن را در یک آزمایشگاه تکمیل کنم\",\n                            \"نامطمئن\",\n                            \"آن را اشخاص بفروشم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"نسبت شگفتی به عجیب مثل نسبت ترس است به:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"شجاع\",\n                            \"مضطرب\",\n                            \"موحش\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"کدام یک از این سه کسر از نوع دو کسر دیگر نیست؟\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"۳/۷\",\n                            \"۳/۹\",\n                            \"۳/۱۱\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به نظر می رسد که بعضی از اشخاص مرا نادیده می گیرند یا از من اجتناب می کنند، و من علت آن را نمی دانم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"مردم کمتر از آن اندازه که سزاوار حسن نیت من است، با من رفتار می کنند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"غالباً\",\n                            \"گاهی:\",\n                            \"هرگز\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به کار بردن الفاظ رکیک، حتی در جلساتی که فقط از زنان یا فقط از مردان تشکیل می شوند، به شدت مرا ناراحت می کند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"بین این دو\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"بی تردید در مقایسه با اغلب اشخاص، دوست کمتری دارم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"نامطمئن\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"متنفرم از اینکه در جایی باشم که افراد زیادی برای مصاحبت حضور ندارند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی مردم مرا «چرب زبان» می نامند ضمن اینکه عقیده دارند که شخص دوست داشتنی هستم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"برایم اتفاق افتاده که در موقعیت های مختلف اجتماعی «هول » کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"در اغلب موارد\",\n                            \"گاهی\",\n                            \"تقریباً هرگز\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی که در جمع کوچکی هستم، در کناری می نشینم و می گذارم که دیگران مجلس را گرم کنند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"کم و بیش\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی مطلبی را می خوانم، ترجیح می دهم که:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"یک گزارش مستند درباره عملیات جنگی یا مبارزات سیاسی باشد\",\n                            \"نامطمئن\",\n                            \"یک داستان احساسی و خیال برانگیز باشد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی اشخاصی ریاست مآب سعی کنند مرا زیر فشار قرار دهد دقیقاً به عکس خواسته آن ها عمل می کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"کم و بیش\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"مافوق ها یا اعضای خانواده ام معمولاً وقتی از من ایراد می گیرند که یک دلیل واقعی وجود دارد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"بین این دو\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"شیوه بعضی از افراد را که در خیابان ها یا مغازه ها دیگران را وارنداز می کنند، دوست ندارم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"بین این دو\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به هنگام یک سفر طولانی، ترجیح می دهم که:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"چیز جدی اما جالب را بخوانم\",\n                            \"نامطمئن\",\n                            \"وقتم را با حرف زدن درباره این و آن موضوع با یک همسفر بگذرانم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در موقعیت هایی که می توانند نتایج وخیم داشته باشند نباید از جنجال بپا کردن و حرف خود را به کرسی نشاندن خودداری کرد حتی اگر دور از آرامش و ادب باشد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر آشناهایم با من بدرفتاری کنند و نشان دهند که از من خوششان نمی آید:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"اصلاً ناراحت نمی شوم\",\n                            \"بین این دو\",\n                            \"دل شکسته می شوم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"از تعریف و تمجید دیگران درباره خودم، ناراحت می شوم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"کم و بیش\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"ترجیح می دهم شغلی داشته باشم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"با یک حقوق ثابت و مطمئن\",\n                            \"بین این دو\",\n                            \"با یک حقوق بیشتر که لازمه آن مجاب کردن دایم دیگران درباره شایستگی خودم برای آن شغل است\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"برای قرار گرفتن در جریان امور، دوست دارم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درباره آن ها با دیگران تبادل نظر کنم\",\n                            \"بین این دو\",\n                            \"به گزارش های خبری اعتماد کنم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دوست دارم که نقش فعالی در کارهای اجتماعی، انجمن ها و.... بر عهده گیرم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در انجام یک وظیفه احساس رضایت نمی کنم مگر آن که کوچکترین جزییات، دقیقاً بررسی شده باشند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"بین این دو\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی کوچکترین عدم موفقیت، به شدت مرا ناراحت می کند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"همیشه خوب می خوابم و هرگز در خواب راه نمی روم و حرف نمی زنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به نظر می رسد که داشتن شغلی جالب تر است که:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بتوان با ارباب رجوع تماس داشت\",\n                            \"بین این دو\",\n                            \"بتوان به حساب ها و گزارش ها رسیدگی کرد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"نسبت سطح به طول مثل نسبت نادرستی است به:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"زندان\",\n                            \"گناه\",\n                            \"دزدی\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"نسبت الف – ب به ت – پ مثل نسبت م – ل است به:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"گ – ک\",\n                            \"ک – گ\",\n                            \"ن – و\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی اشخاص غیر منطقی هستند:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"نسبت به آنها بی تفاوت هستم\",\n                            \"نامطمئن\",\n                            \"در نظرم حقیر جلوه می کنند\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی در حال شنیدن موسیقی هستم اگر کسانی با صدای بلند حرف بزنند:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"می توانم متوجه موسیقی باشم و حواسم پرت نشود\",\n                            \"بین این دو\",\n                            \"لذت از بین می رود و ناراحت می شوم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"فکر می کنم که بهترین توصیف درباره من این است:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"آرام و مؤدب\",\n                            \"بین این دو\",\n                            \"قدرتمند\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"تنها در صورت اجبار در کارهای اجتماعی شرکت می کنم و در غیر این صورت کناره گیری می کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"نامطمئن\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"محتاط بودن و قانع بودن بهتر از خوش باور بودن و همواره انتظار موفقیت داشتن است.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی به مشکلات کارم فکر می کنم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"سعی می کنم آن ها را پیش بینی کنم قبل از آنکه با آنها مواجه شوم\",\n                            \"بین این دو\",\n                            \"به خود می گویم که می توانم به موقع با آنکه با آنها مواجه شوم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"ایجاد رابطه با اشخاص در یک جمع، به نظرم آسان می رسد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی کمی سیاست و تشویق برای وادار کردن افراد به کاری لازم است، معمولاً به من رجوع می کنند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به نظر جالب تر است که انسان:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"راهنمای جوانان برای یافتن کار باشد\",\n                            \"نامطمئن\",\n                            \"مسئول بخش بالا بردن بازده باشد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر یقین داشته باشم که کسی ظالم است یا آن که رفتاری خودخواهانه دارد، او را رسوا می کنم حتی اگر برایم موجب دردسر شود.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"شاید\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی برای تفریح، حرف های بی معنا می زنم تا افراد را متعجب کنم و آن وقت ببینم که چه می گویند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"مقاله نویسی در مجلات درباره نمایش کنسرت، اپرا و غیره می تواند برایم لذت بخش باشد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"کم و بیش\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی در جلسه ای مجبور باشم از جایم تکان نخورم، هرگز احتیاج ندارم که چیزی را خط خطی کنم یا به خود پیچ و تاب دهم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر کسی به من چیزی بگوید که می دانم نادرست است ترجیح می دهم به خود بگویم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"این شخص یک دروغگو\",\n                            \"بین این دو\",\n                            \"حتماً اطلاعات غلطی به او داده اند\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"احساس می کنم که تنبیه خواهم شد حتی وقتی هیچ خطایی نکرده باشم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"گاهی\",\n                            \"هرگز\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"تصور اینکه یک بیماری می تواند دارای یک علت روانی به اندازه یک علت بدنی باشد، مبالغه آمیز است.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"کم و بیش\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"شکوه و جلال تشریفات رسمی بزرگ، از رسومی هستند که باید حفظ شوند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"کم و بیش\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر مردم فکر می کنند که من آدم نامقید و متفاوتی هستم، ناراحت می شوم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"خیلی\",\n                            \"کمی\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"برای انجام چیزی، ترجیح می دهم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"با یک گروه کار کنم\",\n                            \"مطمئن نیستم\",\n                            \"تنها کار کنم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در شرایطی قرار می گیرم که به سختی می توانم از احساس دلسوزی به خودم خودداری کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"غالباً\",\n                            \"گاهی\",\n                            \"هرگز\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"غالباً خیلی زود نسبت به اشخاص، عصبانی می شوم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"همیشه می توانم بدون اشکال از عادات قدیمی خودم صرف نظر کنم، بدون آنکه بار دیگر آنها را از سر گیرم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر دستمزدها یکسان باشند ترجیح می دهم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"وکیل دادگستری باشم\",\n                            \"نامطمئن\",\n                            \"دریانورد یا خلبان باشم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"نسبت بهتر به بدترین مثل نسبت کندتر است به:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"سریع\",\n                            \"بهترین\",\n                            \"تندترین\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"کدام یک از سه پاسخ پیشنهاد شده را باید به دنبال این گروه از حروف قرارداد، ج ددددجج دددج ج ج ؟\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"ج ج ج\",\n                            \"د دج ج\",\n                            \"ج د د د\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی برایم اتفاق می افتد که وقتی موقع انجام کاری می رسد که قبلاً برای آن برنامه ریزی کرده و با خوشحالی منتظر آن بوده ام، دیگر مایل به انجام آن نیستم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"بین این دو\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"می توانم بیشتر کارهایم را به دقت انجام دهم بدون آنکه از سر و صدای کسانی که در اطرافم هستند ناراحت شوم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی چیزهایی را که به نظرم مهم می آیند برای اشخاص غریبه تعریف می کنم حتی بدون آنکه آنها چیزی از من پرسیده باشند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"ساعات زیادی از اوقات فراغتم را به صحبت کردن با دوستانم، درباره لحظات خوبی که در گذشته با هم داشته ایم، می گذرانم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"خوشم می آید که فقط برای سرگرمی، به کارهای جسورانه و دور از احتیاط دست بزنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"مشاهده منظره یک اتاق نامرتب و در هم ریخته، برایم بسیار نامطبوع است.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"خودم را یک فرد اجتماعی و معاشرتی می دانم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به هنگام تماس های اجتماعی:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"هیجاناتم را آزادانه بیان می کنم\",\n                            \"بین این دو\",\n                            \"هیجاناتم را در خودم نگه می دارم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"موسیقی مورد علاقه من:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"سبک و وجد آور است\",\n                            \"بین این دو\",\n                            \"هیجان انگیز و احساساتی است\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"زیبایی یک شعر را بیشتر از یک سلاح خوش ساخت تحسین کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر به تذکر ظریف و زیرکانه من توجه نشود:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"پافشاری نمی کنم\",\n                            \"بین این دو\",\n                            \"تکرار می کنم تا بلکه دیگران متوجه آن نشوند\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دوست دارم که در بخش نظارت بر بزهکارانی که به صورت مشروط آزاد میشوند، کار کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"انسان در معاشرت با غریبه ها، به دلیل خطر سرایت بیماری ها و غیره باید محتاط باشد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"مطمئن نیستم\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"برای مسافرت به خارج، ترجیح می دهم که مسیری را که کارشناسان تورهای مسافرتی تعیین می کنند طی کنم، به جای آنکه خودم درباره مکان هایی که می خواهم ببینم، تصمیم بگیرم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"مطمئن نیستم\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به من به عنوان شخصی زحمتکش که چندان موفقیتی کسب نکرده است، می نگرند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"نامطمئن\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر مردم از صمیمت من سوء استفاده کنند به من بر نمی خورد و زود آن را از یاد می برم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر شاهد اختلاف نظر شدید در یک جلسه باشم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"دوست دارم که یکی بر دیگران پیروز شود\",\n                            \"بین این دو\",\n                            \"دلم می خواهد که آرامش برقرار گردد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دوست دارم برنامه کارم را خودم به تنهایی تعیین کنم بدون آنکه دیگران در کارم دخالت کنند یا به من توصیه کنند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی اعمالم تحت تأثیر احساسات حسادت آمیز، قرار می گیرند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"کاملاً با این جمله موافقم که رئیس اگر اشتباه کند، باز هم رئیس است.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"گاهی\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دچار تنش و ناراحتی می شوم وقتی به همه کارهایی که باید انجام دهم، فکر می کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"گاهی\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی مشغول بازی در یک مسابقه هستم و تماشاچی ها با فریاد به من توصیه هایی می کنند، دست و پایم را گم نمی کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"مطمئن نیستم\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"جالب تر است که انسان:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"یک هنرمند باشد\",\n                            \"مطمئن نیستم\",\n                            \"دبیر کل یک انجامن باشد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"کدام گزینه با دو گزینه دیگر جور نیست؟\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"هر یک\",\n                            \"بعضی\",\n                            \"اغلب\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"نسبت شعله به گرما مثل نسبت گل سرخ است به:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"تیغ\",\n                            \"گلبرگ قرمز\",\n                            \"عطر\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"خواب های پر جنب و جوش می بینم که جریان خوابم را مختل می کند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"غالباً\",\n                            \"گاهی\",\n                            \"تقریباً هرگز\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر اوضاع و احوال برای موفق شدن در کاری واقعاً نامساعد باشند، باز هم فکر می کنم که باید سعی خودم را بکنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"وقتی به خوبی می دانم که یک گروه چه باید بکند، دلم می خواهد به سادگی رهبری آن را بر عهده گیرم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"بیشتر دلم می خواهد به صورتی موقر لباس بپوشم تا آنکه با لباس پوشیدن به سلیقه شخصی، توجه دیگران را جلب کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"یک شب آرام که به سرگرمی مورد علاقه ام اختصاص می دهم مطبوع تر از یک مهمانی پر سر و صدا می دانم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به نصایح خیرخواهانه دیگران گوش نمی دهم حتی اگر بدانم که حق با من نیست.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"گاهی\",\n                            \"تقریباً هرگز\",\n                            \"هرگز\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در همه تصمیم هایی که می گیرم، وظیفه خود می دانم که اصول بنیادی حق و ناحق را رعایت کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"برایم کمی نامطبوع است که موقع کار کردن، کسانی به من نگاه کنند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"چون روش های منظم و منطقی همیشه به موفقیت منتهی نمی شود گاهی استفاده از اعمال قدرت لازم است.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در مدرسه ترجیح می دادم (یا ترجیح می دهم):\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درس فارسی را\",\n                            \"نامطمئن\",\n                            \"درس ریاضی یا حساب را\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی از کسانی که پشت سر من بدگویی هایی کرده اند که اصلاً حقیقت نداشاه است، ناراحت شده ام.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"نامطمئن\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گفتگو با افراد معمولی که به عادت و سنت های خود پایبند هستند:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"غالباً جالب و آموزنده است\",\n                            \"بین این دو\",\n                            \"مرا کسل می کنند چون سطحی و بی فایده است\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"بعضی چیزها آن قدر مرا ناراحت می کنند که ترجیح می دهم درباره آن ها حرف بزنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"در پرورش یک کودک، آنچه مهمتر است:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"برخوردار کردن وی از محبت کافی\",\n                            \"بین این دو\",\n                            \"یاد دادن آداب و عادت خوب به اوست\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دیگران مرا شخصی ثابت قدم و نفوذ ناپذیر می دانند که زیر تأثیر فراز و نشیب زندگی قرار نمی گیرد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"فکر می کنم جامعه باید این خردمندی را داشته باشد که آداب خود را نوین گرداند و عادات کهنه یا سنت های محض خود را رها کند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به نظر من مهمترین مسئله ای که باید در عصر جدید حل شود:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"ارزش های اخلاقی\",\n                            \"نامطمئن\",\n                            \"مشکلات سیاسی است\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"بهتر یاد می گیرم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"وقتی کتابی را می خوانم که خوب نوشته شده است\",\n                            \"بین این دو\",\n                            \"وقتی در یک بحث گروهی شرکت نمی کنم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دوست دارم به میل خود عمل کنم تا آنکه از قواعد مرسوم تبعیت کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"دلم می خواهد ابتدا به آنچه می گویم اطمینان داشته باشم و سپس به استدلال بپردازم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"همیشه\",\n                            \"معمولاً\",\n                            \"فقط وقتی موقعیت اجازه دهد\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"گاهی چیزهای کوچک مرا در حد غیر قابل تحملی عصبانی می کنند، با وجود آنکه می دانم اصلاً اهمیت ندارد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"کمتر اتفاق می افتد که تحت تأثیر یک موقعیت چیزی بگویم که بعداً از گفتن آن شدیداً متأسف شوم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"نامطمئن\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر از من بخواهند که در یک کار خیریه شرکت کنم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"خواهم پذیرفت\",\n                            \"نامطمئن\",\n                            \"مؤدبانه می گویم که بسیار گرفتارم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"کدام یک از این سه کلمه، با دو کلمه دیگر جور نیست.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"پهن\",\n                            \"شکسته\",\n                            \"مستقیم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"نسبت به زودی به هرگز مثل نسبت نزدیک است به:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"هیچ کجا\",\n                            \"دور\",\n                            \"بعید\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اگر عمل ناشایسته ای در بین جمع از من سر بزند، می توانم بزودی آن را فراموش کنم.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"من به عنوان شخصی شهرت دارم که تقریباً همواره درباره هر مسئله ای، نظری دارد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"تصور می کنم که بهتر می توانم:\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"در موقعیت های مشکل خونسردی ام را حفظ کنم\",\n                            \"نامطمئن\",\n                            \"در برابر خواسته های دیگران شکیبایی نشان می دهم\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"مرا شخصی پر شور و شوق می دانند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"به کاری علاقه دارم که امکان تغییرات، فعالیت های متنوع و امکان مسافرت را فراهم کند، حتی اگر با خطراتی همراه باشد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"شخص موشکافی هستم که همیشه سعی دارد کارها را تا آنجا که ممکن است به خوبی انجام دهد.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"درست\",\n                            \"بین این دو\",\n                            \"غلط\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"از کاری خوشم می آید که مستلزم توجه و دقت عمل است.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"نامطمئن\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"از جمله افراد فعالی هستم که همواره خود را با کاری مشغول می کنند.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"بین این دو\",\n                            \"نه\"\n                        ]\n                    }\n                },\n                {\n                    \"type\": \"text\",\n                    \"text\": \"اطمینان دارم که هیچ سؤالی را از قلم نینداخته ام و به همه سؤالات صادقانه پاسخ داده ام.\",\n                    \"answer\": {\n                        \"type\": \"optional\",\n                        \"options\": [\n                            \"بله\",\n                            \"نامطمئن\",\n                            \"نه\"\n                        ]\n                    }\n                }\n            ],\n            \"terms\": [\n                {\n                    \"id\": \"T966663\",\n                    \"title\": \"assessment\",\n                    \"parents\": [],\n                    \"creator\": {\n                        \"id\": \"IR966669\",\n                        \"name\": \"ریسلو\",\n                        \"email\": null,\n                        \"mobile\": null,\n                        \"gender\": null,\n                        \"status\": \"blocked\",\n                        \"position\": null,\n                        \"type\": \"system\",\n                        \"groups\": null,\n                        \"username\": null,\n                        \"birthday\": \"1970-01-01\",\n                        \"created_at\": 1583922435,\n                        \"updated_at\": 1583922435,\n                        \"avatar\": [],\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    },\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                {\n                    \"id\": \"T966664\",\n                    \"title\": \"scale\",\n                    \"parents\": [\n                        {\n                            \"id\": \"T966663\",\n                            \"title\": \"assessment\",\n                            \"can\": [\n                                \"edit\",\n                                \"delete\"\n                            ]\n                        }\n                    ],\n                    \"creator\": {\n                        \"id\": \"IR966669\",\n                        \"name\": \"ریسلو\",\n                        \"email\": null,\n                        \"mobile\": null,\n                        \"gender\": null,\n                        \"status\": \"blocked\",\n                        \"position\": null,\n                        \"type\": \"system\",\n                        \"groups\": null,\n                        \"username\": null,\n                        \"birthday\": \"1970-01-01\",\n                        \"created_at\": 1583922435,\n                        \"updated_at\": 1583922435,\n                        \"avatar\": [],\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    },\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                {\n                    \"id\": \"T96666A\",\n                    \"title\": \"form\",\n                    \"parents\": [\n                        {\n                            \"id\": \"T966663\",\n                            \"title\": \"assessment\",\n                            \"can\": [\n                                \"edit\",\n                                \"delete\"\n                            ]\n                        },\n                        {\n                            \"id\": \"T966664\",\n                            \"title\": \"scale\",\n                            \"can\": [\n                                \"edit\",\n                                \"delete\"\n                            ]\n                        }\n                    ],\n                    \"creator\": {\n                        \"id\": \"IR966669\",\n                        \"name\": \"ریسلو\",\n                        \"email\": null,\n                        \"mobile\": null,\n                        \"gender\": null,\n                        \"status\": \"blocked\",\n                        \"position\": null,\n                        \"type\": \"system\",\n                        \"groups\": null,\n                        \"username\": null,\n                        \"birthday\": \"1970-01-01\",\n                        \"created_at\": 1583922435,\n                        \"updated_at\": 1583922435,\n                        \"avatar\": [],\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    },\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                {\n                    \"id\": \"T96666V\",\n                    \"title\": \"16PF\",\n                    \"parents\": [\n                        {\n                            \"id\": \"T966663\",\n                            \"title\": \"assessment\",\n                            \"can\": [\n                                \"edit\",\n                                \"delete\"\n                            ]\n                        },\n                        {\n                            \"id\": \"T966664\",\n                            \"title\": \"scale\",\n                            \"can\": [\n                                \"edit\",\n                                \"delete\"\n                            ]\n                        },\n                        {\n                            \"id\": \"T96666A\",\n                            \"title\": \"form\",\n                            \"can\": [\n                                \"edit\",\n                                \"delete\"\n                            ]\n                        }\n                    ],\n                    \"creator\": {\n                        \"id\": \"IR966669\",\n                        \"name\": \"ریسلو\",\n                        \"email\": null,\n                        \"mobile\": null,\n                        \"gender\": null,\n                        \"status\": \"blocked\",\n                        \"position\": null,\n                        \"type\": \"system\",\n                        \"groups\": null,\n                        \"username\": null,\n                        \"birthday\": \"1970-01-01\",\n                        \"created_at\": 1583922435,\n                        \"updated_at\": 1583922435,\n                        \"avatar\": [],\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    },\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                }\n            ],\n            \"primary_term\": {\n                \"id\": \"T96666V\",\n                \"title\": \"16PF\",\n                \"parents\": [\n                    {\n                        \"id\": \"T966663\",\n                        \"title\": \"assessment\",\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    },\n                    {\n                        \"id\": \"T966664\",\n                        \"title\": \"scale\",\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    },\n                    {\n                        \"id\": \"T96666A\",\n                        \"title\": \"form\",\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"IR966669\",\n                    \"name\": \"ریسلو\",\n                    \"email\": null,\n                    \"mobile\": null,\n                    \"gender\": null,\n                    \"status\": \"blocked\",\n                    \"position\": null,\n                    \"type\": \"system\",\n                    \"groups\": null,\n                    \"username\": null,\n                    \"birthday\": \"1970-01-01\",\n                    \"created_at\": 1583922435,\n                    \"updated_at\": 1583922435,\n                    \"avatar\": [],\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"status\": \"publish\"\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://risloo.local/api/$?page=1\",\n        \"last\": \"http://risloo.local/api/$?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://risloo.local/api/$\",\n        \"per_page\": 15,\n        \"to\": 1,\n        \"total\": 1,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": {\n                \"id\": \"desc\"\n            }\n        },\n        \"filters\": {\n            \"allowed\": [],\n            \"current\": []\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"850eb6ed-4c14-43dd-8f2b-a9eb4e38337a"},{"name":"show","id":"67419fdc-0eba-41fe-a519-2995ece60631","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{HostPath}}$/16PF-93"},"response":[{"id":"5f45c158-534b-4756-9de5-a2161912d196","name":"show","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}$/16PF-93"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Thu, 12 Mar 2020 00:07:02 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"$16PF-93\",\n        \"title\": \"پرسشنامه 16 عاملی شخصیت کتل\",\n        \"version\": \"2\",\n        \"edition\": \"دکتر برزگر (۱۳۷۵)\",\n        \"edition_version\": null,\n        \"filler\": \"client\",\n        \"scale\": {\n            \"id\": \"$16PF\",\n            \"title\": \"پرسشنامه 16 عاملی شخصیت کتل\"\n        },\n        \"description\": \"## دستور اجرای آزمون\\n\\nاین آزمون حاوی سؤالهایی است **(187 سؤال)** که رغبت ها و احساس های شما را نسبت به چیزها نشان می دهند. در بسیاری از سؤال ها، پاسخ های درست و غلط وجود ندارد و شما فقط باید مشخص کنید که چه چیزی از نظر شما درست است. پس از خواندن هر سؤال، پاسخ خود را با پر کردن چهارخانه مربوطه، در پاسخنامه مشخص نمایید.\\n\\nنام و مشخصات خود را در بالای صفحه پاسخنامه ای که به صورت جداگانه در اختیارتان قرار داده شده است، بنویسید.\\n\\nحالا به سه سؤال زیر که به عنوان مثال ارایه شده و در پاسخنامه با عنوان مثال ها مشخص شده اند، پاسخ دهید. شما برای هر سؤال می توانید یکی از سه گزینه را انتخاب نمایید اگر گزینه ای که انتخاب کرده اید «الف» است چهارخانه سمت راست را پر کنید، اگر گزینه «ب» ر اانتخاب کرده اید، چهار خانه وسط را پر کنید. و اگر گزینه «ج» را انتخاب کرده اید، چهار خانه سمت چپ را پر کنید.\\n\\n### مثال ها :\\n\\n1. تماشای مسابقه های ورزشی را دوست دارم\\n - الف) بله (غالبا)\\n - ب) گاهی\\n - ج) نه (هرگز)\\n\\n2. دیگران مرا بی حوصله می دانند\\n - الف) درست\\n - ب) نامطمئن\\n - ج) غلط\\n\\n3. من دوستانی را ترجیح می دهم که :\\n- الف) آرام هستند\\n- ب) بین این دو\\n- ج) معاشرتی و سرزنده\\n\\nوقتی آزمونگر به شما می گوید با سؤال شماره یک کار خود را آغاز کنید و به پرسش ها پاسخ دهید، این چهار نکته را در نظر داشته باشید:\\n1. وقتی پاسخی را مشخص کنید که به نظر شما درست است. بهتر است آنچه را که واقعاً فکر می کنید بگویید\\n2. وقت خود را با فکر کردن درباره هر سؤال،تلف نکنید. اولین و طبیعی ترین پاسخی را که به ذهنتان می آید، انتخاب کنید. البته سؤالها، کوتاه تر از آن هستند که بتوانند همه اطلاعاتی را که مایلید داشته باشید در اختیار تان بگذارند اما شما باید بهترین پاسخی را بدهید، که تحت شرایط موجود امکان پذیر است\\n3. به همه سؤال ها به ترتیب پاسخ دهید. هیچ سؤالی را بدون پاسخ نگذارید\\n4. شما باید در اغلب موارد گزینه های «الف » یا «ج» را انتخاب کنید و فقط موقعی از گزینه ب استفاده کنید که احساس می کنید مجبور هستید، زیرا هیچ یک از گزینه های «الف » و «ج » به نظرتان درست نمی آید\",\n        \"items\": [\n            {\n                \"type\": \"text\",\n                \"text\": \"دستور اجرای این آزمون را به خوبی فهمیدم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"مطمئن نیستم\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"آماده ام که تا حد امکان به هر گزینه صادقانه پاسخ دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"مطمئن نیستم\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بیشتر دلم می خواهد که خانه ام...\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"در محله ای باشد که افراد با هم معاشرت می کنند\",\n                        \"بین این دو\",\n                        \"دور افتاده در عمق جنگل باشد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"می توانم نیروی کافی برای مقابله با مشکلاتم را به دست بیاورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"همیشه\",\n                        \"معمولاً\",\n                        \"به ندرت\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در برابر حیوانات وحشی کمی احساس اضطراب می کنم، حتی اگر در قفس های محکمی باشند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله (درست)\",\n                        \"مطمئن نیستم\",\n                        \"نه (غلط)\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"از انتقاد نسبت به اشخاص و افکار آن ها خودداری می کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"گاهی\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به مردم کنایه های تند و نیشدار می زنم اگر فکر کنم که حقشان همین است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"معمولاً\",\n                        \"گاهی\",\n                        \"هرگز\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"موسیقی سنتی را به آهنگ های مد روز ترجیح می دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"مطمئن نیستم\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر شاهد دعوای دو بچه همسایه باشم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"می گذارم خودشان از پس هم برآیند\",\n                        \"مطمئن نیستم\",\n                        \"آن ها را نصیحت می کنم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در موقعیتهای اجتماعی:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"خودم را جلو می اندازم\",\n                        \"بین این دو\",\n                        \"ترجیح می دهم که با آرامی در پشت صحنه باقی بمانم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"جالب تر است که انسان...\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"یک مهندس ساختمان باشد\",\n                        \"مطمئن نیستم\",\n                        \"نمایشنامه نویس باشد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"ترجیح می دهم که در خیابان برای تماشای نقاشی کردن یک هنرمند بایستم تا آنکه به جر و بحث افراد گوش دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"مطمئن نیستم\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"معمولاً با افراد پر مدعا کنار می آیم، حتی اگر خیلی متکبر یا از خود راضی باشند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"تقریباً همیشه می توانم عدم صداقت مردم را در چهره آن ها ببینم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"برای همه مردم بهتر است که تعطیلات (مرخصی ها)، طولانی تر شوند و همه اجباراً از آن استفاده کنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"موافق\",\n                        \"مطمئن نیستم\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"ترجیح می دهم که پیامد یک کار پردرآمد اما بی ثبات را بپذیرم به جای آنکه یک کار ثابت و کم درآمد را قبول کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"مطمئن نیستم\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"درباره احساس هایم حرف می زنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"فقط اگر لازم باشد\",\n                        \"بین این دو\",\n                        \"با کمال میل، هر بار که فرصت داشته باشم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاه گاهی برایم اتفاق می افتد که خطر مهمی را احساس می کنم یا ترسی ناگهانی بر من غلبه می کند بدون آنکه دلایل آن را بفهمم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر اشتباهی مرا برای کاری که نکرده ام سرزنشم کنند:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"ابداً احساس گناه نمی کنم\",\n                        \"بین این دو\",\n                        \"علی رغم موقعیت، کمی احساس گناه می کنم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"با پول می توان تقریباً همه چیز را به دست آورد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"مطمئن نیستم\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"تصمیم های من بیشتر:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"از احساس قلبی پیروی می کنند\",\n                        \"به طور مساوی از احساس و عقل، تبعیت می کنند\",\n                        \"از عقل پیروی می کنند\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اغلب اشخاص خوشبخت تر می شدند اگر بیشتر مانند دوستانشان زندگی و مثل دیگران عمل می کردند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی برایم اتفاق می افتد که وقتی در آیینه نگاه می کنم به درستی نمی دانم که سمت راستم کجاست و سمت چپم کجاست.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"مطمئن نیستم\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی حرف می زنم دوست دارم که:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"هر چه را به فکرم می رسد بیان کنم\",\n                        \"بین این دو\",\n                        \"افکارم را قبلاً منظم کنم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی چیزی به شدت مرا عصبی می کند، می دانم که سریعاً آرامش ام را به دست می آورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"با ساعات کار یکسان و حقوق مساوی، بهتر است که انسان:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"نجار یا آشپز باشد\",\n                        \"مطمئن نیستم\",\n                        \"پیش خدمت در یک رستوران خوب باشد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مرا انتخاب کرده اند تا:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"کارهای معدودی انجام دهم\",\n                        \"چندین کار انجام دهم\",\n                        \"کارهای بسیاری انجام دهم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"نسبت بیل به کندن مثل نسبت چاقو است به:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"تیز کردن\",\n                        \"بریدن\",\n                        \"تیزی\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی برایم اتفاق می افتد که نمی تواتم بخوابم چون فکری ذهنم را به خود مشغول می دارد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به هدف هایی که در زندگی شخصی برای خودم تعیین می کنم، تقریباً همیشه دست می یابم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"مطمئن نیستم\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی قانونی کهنه است باید عوض شود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"فقط بعد از بحث های مفصل\",\n                        \"بین این دو\",\n                        \"سریعاً\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی در مورد طرحی کار می کنم که مستلزم اقدام سریعی است که به دیگران لطمه می زند، احساس ناراحتی می کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"سریعاً\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اغلب افرادی که می شناسم مرا فردی خوش صحبت می دانند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"مطمئن نیستم\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی اشخاص نامرتب و شلخته را می بینم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"آن ها را همان طور که هستند قبول می کنم\",\n                        \"بین این دو\",\n                        \"منزجر و ناراحت می شوم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر در بین جمع، ناگهان مورد توجه همه واقع شوم، احساس ناراحتی می کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"همیشه از شرکت در یک مهمانی بزرگ، یک جشن یا یک جلسه عمومی، خوشحال می شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در مدرسه بیشتر علاقه داشتم (یا علاقه دارم):\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"به موسیقی\",\n                        \"نامطمئن\",\n                        \"به کارهای دستی\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر مسئولیتی به من محول شود، خواهان آن هستم که از دستوراتم تبعیت کنند و گرنه استعفاء می دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"گاهی\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"برای والدین مهمتر است که:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"به فرزندان خود کمک کنند تا شکوفا شوند\",\n                        \"بین این دو\",\n                        \"به فرزندان خود یا دهند که چگونه حالات هیجانی خود را کنترل کنند\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در یک کار گروهی – ترجیح می دهم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"کوشش کنم که گردش کار بهتر شود\",\n                        \"بین این دو\",\n                        \"مسئولیت گزارش پیشرفت کار را بر عهده داشته و مراقبت کنم که مقررات اجرا شوند\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گه گاهی احساس می کنم که دلم می خواهد به یک فعالیت بدنی که مستلزم تلاش فراوانی است، بپردازم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"ترجیح می دهم که با اشخاص مبادی آداب، معاشرت کنم تا با افرادی بی ظرافت و بی ملاحظه.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به شدت احساس سرافکندگی می کنم وقتی که افراد در حضور دیگران مرا مورد انتقاد قرار می دهند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی که رئیسم مرا احضار می کند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"به خود می گویم که از فرصت استفاده کنم تا چیزی را که می خواهم درخواست کنم\",\n                        \"بین این دو\",\n                        \"می ترسم که خطایی از من سر زده باشد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"آنچه که جهان ما بدان نیاز دارد:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"شهروندانی جدی تر و باثبات تر است\",\n                        \"مطمئن نیستم\",\n                        \"تعداد بیشتری از افراد آرمان نگر است که دارای طرح هایی برای جهانی بهتر هستند\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"همیشه نسبت به مقاصد تبلیغاتی موجود در چیزهایی که می خوانم، آگاهی کامل دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"مطمئن نیستم\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی نوجوان بودم در فعالیت های ورزشی مدرسه شرکت می کردم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"گاهی\",\n                        \"اغلب\",\n                        \"بسیار زیاد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اتاقم را همواره مرتب نگه می دارم و معمولاً جای همه چیز را به خوبی می دانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی برایم اتفاق می افتد که با فکر کردن به آنچه طی روز، گذشته است دچار حالت تنش و عصبانیت می شوم\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"نامطمئن\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی برایم اتفاق می افتد که هنگام حرف زدن با اشخاص از خود بپرسم که آیا نسبت به آنچه که به آ نها می گویم، علاقه دارند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر بایستی انتخاب می کردم، بیشتر ترجیح می دادم که:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"یک جنگل بان باشم\",\n                        \"نمی دانم\",\n                        \"یک دبیر باشم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در بعضی عیدها و جشن تولدهای مهم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"دوست دارم هدیه های شخصی، بدهم\",\n                        \"نمی دانم\",\n                        \"خرید هدیه را کمی باعث درد سر می دانم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"نسبت خسته به کار مثل نسبت مغرور است به:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"لبخند\",\n                        \"موفقیت\",\n                        \"خوشبخت\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در بین این چیزها، کدام یک با آن های دیگر جور نیست؟\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"شمع\",\n                        \"ماه\",\n                        \"چراغ برق\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دوستانم مرا ترک کرده اند:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"تقریباً هرگز\",\n                        \"گاهی\",\n                        \"اغلب\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به دلیل داشتن بعضی از صفات خود را برتر از اغلب اشخاص می دانم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"مطمئن نیستم\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی چیزی مرا دگرگون و ناراحت می کند، سعی می کنم که احساسم را از دیگران پنهان کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دوست دارم که برای تماشای نمایش یا تفریح از خانه خارج شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بیش از یکبار در هفته (بیش از معمول )\",\n                        \"تقریباً یک بار در هفته (در حد معمول)\",\n                        \"کمتر از یکبار در هفته (کمتر از معمول)\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به عقیده من، آزادی ارزشمند تر از رفتار خوب و احترام به قانون است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"تمایل دارم که در حضور بزرگتر ها (کسانی که با تجربه تر هستند، مسن تر هستند یا موقعیت بالاتری دارند ) سکوت کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مخاطب قرار دادن یک گروه بزرگ و با بیان مطلبی در حضور آن گروه، برایم مشکل است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی در جای ناشناخته ای هستم از حس جهت یابی خوبی برخوردارم (به آسانی می توانم شمال، جنوب، شرق و غرب را مشخص کنم).\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر کسی علیه من خشمگین شود:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"کوشش می کنم که وی را آرام سازم\",\n                        \"نامطمئن\",\n                        \"ناراحت می شوم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی مقاله غیر منصفانه ای را در یک مجله می خوانم بیشتر تمایل دارم آن را فراموش کنم تا آن که بخواهم مقابله به مثل کنم (طرز فکر خودم را به آن ها بگویم).\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"حافظه ام بسیاری از چیزهای بی اهمیت مثل اسم مغازه های شهر را به دست فراموشی می سپارد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"می توانم زندگی یک دامپزشک را که به مداوا و جراحی حیوانات می پرازد، دوست داشته باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"با میل و لذت غذا می خورم اما همیشه نظم و نظافت را مثل بعضی از اشخاص رعایت نمی کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بعضی وقت ها، حال دیدن هیچ کس را ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"به ندرت\",\n                        \"بین این دو\",\n                        \"غالباً\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی بعضی ها به من گوشزد می کنند که هیجانم را در صدا و رفتارم به وضوح،نشان می دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی نوجوان بودم اگر عقیده ام با عقیده والدینم متفاوت بود، معمولاً:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بر عقیده خود پافشاری می کردم\",\n                        \"بین این دو\",\n                        \"نظر آن ها را می پذیرفتم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"ترجیح می دهم که یک دفتر کار برای خودم به تنهایی داشته باشم، بی آن که با دیگری در آن سهیم باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"نامطمئن\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"ترجیح می دهم که در آن آرامش از زندگی دلخواه خودم لذت ببرم، تا آن که به خاطر موفقیت هایم مورد تحسین واقع شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"احساس می کنم که از بسیاری جهات پختگی کامل دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"گاهی\",\n                        \"هرگز\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"شیوه انتقاد بسیاری از اشخاص نسبت به من به جای آن که به من کمک کند مرا برآشفته می سازد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"غالباً\",\n                        \"گاهی\",\n                        \"هرگز\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"همیشه می توانم ابراز احساساتم را کاملاً کنترل کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"کم و بیش\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر اختراع مفیدی داشتم ترجیح می دادم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"آن را در یک آزمایشگاه تکمیل کنم\",\n                        \"نامطمئن\",\n                        \"آن را اشخاص بفروشم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"نسبت شگفتی به عجیب مثل نسبت ترس است به:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"شجاع\",\n                        \"مضطرب\",\n                        \"موحش\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"کدام یک از این سه کسر از نوع دو کسر دیگر نیست؟\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"۳/۷\",\n                        \"۳/۹\",\n                        \"۳/۱۱\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به نظر می رسد که بعضی از اشخاص مرا نادیده می گیرند یا از من اجتناب می کنند، و من علت آن را نمی دانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مردم کمتر از آن اندازه که سزاوار حسن نیت من است، با من رفتار می کنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"غالباً\",\n                        \"گاهی:\",\n                        \"هرگز\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به کار بردن الفاظ رکیک، حتی در جلساتی که فقط از زنان یا فقط از مردان تشکیل می شوند، به شدت مرا ناراحت می کند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"بین این دو\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بی تردید در مقایسه با اغلب اشخاص، دوست کمتری دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"نامطمئن\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"متنفرم از اینکه در جایی باشم که افراد زیادی برای مصاحبت حضور ندارند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی مردم مرا «چرب زبان» می نامند ضمن اینکه عقیده دارند که شخص دوست داشتنی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"برایم اتفاق افتاده که در موقعیت های مختلف اجتماعی «هول » کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"در اغلب موارد\",\n                        \"گاهی\",\n                        \"تقریباً هرگز\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی که در جمع کوچکی هستم، در کناری می نشینم و می گذارم که دیگران مجلس را گرم کنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"کم و بیش\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی مطلبی را می خوانم، ترجیح می دهم که:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"یک گزارش مستند درباره عملیات جنگی یا مبارزات سیاسی باشد\",\n                        \"نامطمئن\",\n                        \"یک داستان احساسی و خیال برانگیز باشد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی اشخاصی ریاست مآب سعی کنند مرا زیر فشار قرار دهد دقیقاً به عکس خواسته آن ها عمل می کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"کم و بیش\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مافوق ها یا اعضای خانواده ام معمولاً وقتی از من ایراد می گیرند که یک دلیل واقعی وجود دارد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"بین این دو\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"شیوه بعضی از افراد را که در خیابان ها یا مغازه ها دیگران را وارنداز می کنند، دوست ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"بین این دو\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به هنگام یک سفر طولانی، ترجیح می دهم که:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"چیز جدی اما جالب را بخوانم\",\n                        \"نامطمئن\",\n                        \"وقتم را با حرف زدن درباره این و آن موضوع با یک همسفر بگذرانم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در موقعیت هایی که می توانند نتایج وخیم داشته باشند نباید از جنجال بپا کردن و حرف خود را به کرسی نشاندن خودداری کرد حتی اگر دور از آرامش و ادب باشد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر آشناهایم با من بدرفتاری کنند و نشان دهند که از من خوششان نمی آید:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"اصلاً ناراحت نمی شوم\",\n                        \"بین این دو\",\n                        \"دل شکسته می شوم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"از تعریف و تمجید دیگران درباره خودم، ناراحت می شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"کم و بیش\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"ترجیح می دهم شغلی داشته باشم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"با یک حقوق ثابت و مطمئن\",\n                        \"بین این دو\",\n                        \"با یک حقوق بیشتر که لازمه آن مجاب کردن دایم دیگران درباره شایستگی خودم برای آن شغل است\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"برای قرار گرفتن در جریان امور، دوست دارم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درباره آن ها با دیگران تبادل نظر کنم\",\n                        \"بین این دو\",\n                        \"به گزارش های خبری اعتماد کنم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دوست دارم که نقش فعالی در کارهای اجتماعی، انجمن ها و.... بر عهده گیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در انجام یک وظیفه احساس رضایت نمی کنم مگر آن که کوچکترین جزییات، دقیقاً بررسی شده باشند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"بین این دو\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی کوچکترین عدم موفقیت، به شدت مرا ناراحت می کند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"همیشه خوب می خوابم و هرگز در خواب راه نمی روم و حرف نمی زنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به نظر می رسد که داشتن شغلی جالب تر است که:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بتوان با ارباب رجوع تماس داشت\",\n                        \"بین این دو\",\n                        \"بتوان به حساب ها و گزارش ها رسیدگی کرد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"نسبت سطح به طول مثل نسبت نادرستی است به:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"زندان\",\n                        \"گناه\",\n                        \"دزدی\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"نسبت الف – ب به ت – پ مثل نسبت م – ل است به:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"گ – ک\",\n                        \"ک – گ\",\n                        \"ن – و\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی اشخاص غیر منطقی هستند:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"نسبت به آنها بی تفاوت هستم\",\n                        \"نامطمئن\",\n                        \"در نظرم حقیر جلوه می کنند\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی در حال شنیدن موسیقی هستم اگر کسانی با صدای بلند حرف بزنند:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"می توانم متوجه موسیقی باشم و حواسم پرت نشود\",\n                        \"بین این دو\",\n                        \"لذت از بین می رود و ناراحت می شوم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"فکر می کنم که بهترین توصیف درباره من این است:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"آرام و مؤدب\",\n                        \"بین این دو\",\n                        \"قدرتمند\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"تنها در صورت اجبار در کارهای اجتماعی شرکت می کنم و در غیر این صورت کناره گیری می کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"نامطمئن\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"محتاط بودن و قانع بودن بهتر از خوش باور بودن و همواره انتظار موفقیت داشتن است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی به مشکلات کارم فکر می کنم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"سعی می کنم آن ها را پیش بینی کنم قبل از آنکه با آنها مواجه شوم\",\n                        \"بین این دو\",\n                        \"به خود می گویم که می توانم به موقع با آنکه با آنها مواجه شوم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"ایجاد رابطه با اشخاص در یک جمع، به نظرم آسان می رسد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی کمی سیاست و تشویق برای وادار کردن افراد به کاری لازم است، معمولاً به من رجوع می کنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به نظر جالب تر است که انسان:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"راهنمای جوانان برای یافتن کار باشد\",\n                        \"نامطمئن\",\n                        \"مسئول بخش بالا بردن بازده باشد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر یقین داشته باشم که کسی ظالم است یا آن که رفتاری خودخواهانه دارد، او را رسوا می کنم حتی اگر برایم موجب دردسر شود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"شاید\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی برای تفریح، حرف های بی معنا می زنم تا افراد را متعجب کنم و آن وقت ببینم که چه می گویند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مقاله نویسی در مجلات درباره نمایش کنسرت، اپرا و غیره می تواند برایم لذت بخش باشد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"کم و بیش\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی در جلسه ای مجبور باشم از جایم تکان نخورم، هرگز احتیاج ندارم که چیزی را خط خطی کنم یا به خود پیچ و تاب دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر کسی به من چیزی بگوید که می دانم نادرست است ترجیح می دهم به خود بگویم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"این شخص یک دروغگو\",\n                        \"بین این دو\",\n                        \"حتماً اطلاعات غلطی به او داده اند\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"احساس می کنم که تنبیه خواهم شد حتی وقتی هیچ خطایی نکرده باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"گاهی\",\n                        \"هرگز\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"تصور اینکه یک بیماری می تواند دارای یک علت روانی به اندازه یک علت بدنی باشد، مبالغه آمیز است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"کم و بیش\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"شکوه و جلال تشریفات رسمی بزرگ، از رسومی هستند که باید حفظ شوند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"کم و بیش\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر مردم فکر می کنند که من آدم نامقید و متفاوتی هستم، ناراحت می شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"خیلی\",\n                        \"کمی\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"برای انجام چیزی، ترجیح می دهم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"با یک گروه کار کنم\",\n                        \"مطمئن نیستم\",\n                        \"تنها کار کنم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در شرایطی قرار می گیرم که به سختی می توانم از احساس دلسوزی به خودم خودداری کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"غالباً\",\n                        \"گاهی\",\n                        \"هرگز\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"غالباً خیلی زود نسبت به اشخاص، عصبانی می شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"همیشه می توانم بدون اشکال از عادات قدیمی خودم صرف نظر کنم، بدون آنکه بار دیگر آنها را از سر گیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر دستمزدها یکسان باشند ترجیح می دهم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"وکیل دادگستری باشم\",\n                        \"نامطمئن\",\n                        \"دریانورد یا خلبان باشم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"نسبت بهتر به بدترین مثل نسبت کندتر است به:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"سریع\",\n                        \"بهترین\",\n                        \"تندترین\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"کدام یک از سه پاسخ پیشنهاد شده را باید به دنبال این گروه از حروف قرارداد، ج ددددجج دددج ج ج ؟\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"ج ج ج\",\n                        \"د دج ج\",\n                        \"ج د د د\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی برایم اتفاق می افتد که وقتی موقع انجام کاری می رسد که قبلاً برای آن برنامه ریزی کرده و با خوشحالی منتظر آن بوده ام، دیگر مایل به انجام آن نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"بین این دو\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"می توانم بیشتر کارهایم را به دقت انجام دهم بدون آنکه از سر و صدای کسانی که در اطرافم هستند ناراحت شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی چیزهایی را که به نظرم مهم می آیند برای اشخاص غریبه تعریف می کنم حتی بدون آنکه آنها چیزی از من پرسیده باشند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"ساعات زیادی از اوقات فراغتم را به صحبت کردن با دوستانم، درباره لحظات خوبی که در گذشته با هم داشته ایم، می گذرانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"خوشم می آید که فقط برای سرگرمی، به کارهای جسورانه و دور از احتیاط دست بزنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مشاهده منظره یک اتاق نامرتب و در هم ریخته، برایم بسیار نامطبوع است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"خودم را یک فرد اجتماعی و معاشرتی می دانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به هنگام تماس های اجتماعی:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"هیجاناتم را آزادانه بیان می کنم\",\n                        \"بین این دو\",\n                        \"هیجاناتم را در خودم نگه می دارم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"موسیقی مورد علاقه من:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"سبک و وجد آور است\",\n                        \"بین این دو\",\n                        \"هیجان انگیز و احساساتی است\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"زیبایی یک شعر را بیشتر از یک سلاح خوش ساخت تحسین کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر به تذکر ظریف و زیرکانه من توجه نشود:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"پافشاری نمی کنم\",\n                        \"بین این دو\",\n                        \"تکرار می کنم تا بلکه دیگران متوجه آن نشوند\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دوست دارم که در بخش نظارت بر بزهکارانی که به صورت مشروط آزاد میشوند، کار کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"انسان در معاشرت با غریبه ها، به دلیل خطر سرایت بیماری ها و غیره باید محتاط باشد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"مطمئن نیستم\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"برای مسافرت به خارج، ترجیح می دهم که مسیری را که کارشناسان تورهای مسافرتی تعیین می کنند طی کنم، به جای آنکه خودم درباره مکان هایی که می خواهم ببینم، تصمیم بگیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"مطمئن نیستم\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به من به عنوان شخصی زحمتکش که چندان موفقیتی کسب نکرده است، می نگرند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"نامطمئن\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر مردم از صمیمت من سوء استفاده کنند به من بر نمی خورد و زود آن را از یاد می برم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر شاهد اختلاف نظر شدید در یک جلسه باشم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"دوست دارم که یکی بر دیگران پیروز شود\",\n                        \"بین این دو\",\n                        \"دلم می خواهد که آرامش برقرار گردد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دوست دارم برنامه کارم را خودم به تنهایی تعیین کنم بدون آنکه دیگران در کارم دخالت کنند یا به من توصیه کنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی اعمالم تحت تأثیر احساسات حسادت آمیز، قرار می گیرند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"کاملاً با این جمله موافقم که رئیس اگر اشتباه کند، باز هم رئیس است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"گاهی\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دچار تنش و ناراحتی می شوم وقتی به همه کارهایی که باید انجام دهم، فکر می کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"گاهی\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی مشغول بازی در یک مسابقه هستم و تماشاچی ها با فریاد به من توصیه هایی می کنند، دست و پایم را گم نمی کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"مطمئن نیستم\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"جالب تر است که انسان:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"یک هنرمند باشد\",\n                        \"مطمئن نیستم\",\n                        \"دبیر کل یک انجامن باشد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"کدام گزینه با دو گزینه دیگر جور نیست؟\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"هر یک\",\n                        \"بعضی\",\n                        \"اغلب\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"نسبت شعله به گرما مثل نسبت گل سرخ است به:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"تیغ\",\n                        \"گلبرگ قرمز\",\n                        \"عطر\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"خواب های پر جنب و جوش می بینم که جریان خوابم را مختل می کند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"غالباً\",\n                        \"گاهی\",\n                        \"تقریباً هرگز\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر اوضاع و احوال برای موفق شدن در کاری واقعاً نامساعد باشند، باز هم فکر می کنم که باید سعی خودم را بکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی به خوبی می دانم که یک گروه چه باید بکند، دلم می خواهد به سادگی رهبری آن را بر عهده گیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بیشتر دلم می خواهد به صورتی موقر لباس بپوشم تا آنکه با لباس پوشیدن به سلیقه شخصی، توجه دیگران را جلب کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"یک شب آرام که به سرگرمی مورد علاقه ام اختصاص می دهم مطبوع تر از یک مهمانی پر سر و صدا می دانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به نصایح خیرخواهانه دیگران گوش نمی دهم حتی اگر بدانم که حق با من نیست.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"گاهی\",\n                        \"تقریباً هرگز\",\n                        \"هرگز\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در همه تصمیم هایی که می گیرم، وظیفه خود می دانم که اصول بنیادی حق و ناحق را رعایت کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"برایم کمی نامطبوع است که موقع کار کردن، کسانی به من نگاه کنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"چون روش های منظم و منطقی همیشه به موفقیت منتهی نمی شود گاهی استفاده از اعمال قدرت لازم است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در مدرسه ترجیح می دادم (یا ترجیح می دهم):\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درس فارسی را\",\n                        \"نامطمئن\",\n                        \"درس ریاضی یا حساب را\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی از کسانی که پشت سر من بدگویی هایی کرده اند که اصلاً حقیقت نداشاه است، ناراحت شده ام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"نامطمئن\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گفتگو با افراد معمولی که به عادت و سنت های خود پایبند هستند:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"غالباً جالب و آموزنده است\",\n                        \"بین این دو\",\n                        \"مرا کسل می کنند چون سطحی و بی فایده است\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بعضی چیزها آن قدر مرا ناراحت می کنند که ترجیح می دهم درباره آن ها حرف بزنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در پرورش یک کودک، آنچه مهمتر است:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"برخوردار کردن وی از محبت کافی\",\n                        \"بین این دو\",\n                        \"یاد دادن آداب و عادت خوب به اوست\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دیگران مرا شخصی ثابت قدم و نفوذ ناپذیر می دانند که زیر تأثیر فراز و نشیب زندگی قرار نمی گیرد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"فکر می کنم جامعه باید این خردمندی را داشته باشد که آداب خود را نوین گرداند و عادات کهنه یا سنت های محض خود را رها کند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به نظر من مهمترین مسئله ای که باید در عصر جدید حل شود:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"ارزش های اخلاقی\",\n                        \"نامطمئن\",\n                        \"مشکلات سیاسی است\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بهتر یاد می گیرم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"وقتی کتابی را می خوانم که خوب نوشته شده است\",\n                        \"بین این دو\",\n                        \"وقتی در یک بحث گروهی شرکت نمی کنم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دوست دارم به میل خود عمل کنم تا آنکه از قواعد مرسوم تبعیت کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دلم می خواهد ابتدا به آنچه می گویم اطمینان داشته باشم و سپس به استدلال بپردازم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"همیشه\",\n                        \"معمولاً\",\n                        \"فقط وقتی موقعیت اجازه دهد\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی چیزهای کوچک مرا در حد غیر قابل تحملی عصبانی می کنند، با وجود آنکه می دانم اصلاً اهمیت ندارد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"کمتر اتفاق می افتد که تحت تأثیر یک موقعیت چیزی بگویم که بعداً از گفتن آن شدیداً متأسف شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"نامطمئن\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر از من بخواهند که در یک کار خیریه شرکت کنم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"خواهم پذیرفت\",\n                        \"نامطمئن\",\n                        \"مؤدبانه می گویم که بسیار گرفتارم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"کدام یک از این سه کلمه، با دو کلمه دیگر جور نیست.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"پهن\",\n                        \"شکسته\",\n                        \"مستقیم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"نسبت به زودی به هرگز مثل نسبت نزدیک است به:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"هیچ کجا\",\n                        \"دور\",\n                        \"بعید\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر عمل ناشایسته ای در بین جمع از من سر بزند، می توانم بزودی آن را فراموش کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"من به عنوان شخصی شهرت دارم که تقریباً همواره درباره هر مسئله ای، نظری دارد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"تصور می کنم که بهتر می توانم:\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"در موقعیت های مشکل خونسردی ام را حفظ کنم\",\n                        \"نامطمئن\",\n                        \"در برابر خواسته های دیگران شکیبایی نشان می دهم\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مرا شخصی پر شور و شوق می دانند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"به کاری علاقه دارم که امکان تغییرات، فعالیت های متنوع و امکان مسافرت را فراهم کند، حتی اگر با خطراتی همراه باشد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"شخص موشکافی هستم که همیشه سعی دارد کارها را تا آنجا که ممکن است به خوبی انجام دهد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"درست\",\n                        \"بین این دو\",\n                        \"غلط\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"از کاری خوشم می آید که مستلزم توجه و دقت عمل است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"نامطمئن\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"از جمله افراد فعالی هستم که همواره خود را با کاری مشغول می کنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"بین این دو\",\n                        \"نه\"\n                    ]\n                }\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اطمینان دارم که هیچ سؤالی را از قلم نینداخته ام و به همه سؤالات صادقانه پاسخ داده ام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بله\",\n                        \"نامطمئن\",\n                        \"نه\"\n                    ]\n                }\n            }\n        ],\n        \"terms\": [\n            {\n                \"id\": \"T966663\",\n                \"title\": \"assessment\",\n                \"parents\": [],\n                \"creator\": {\n                    \"id\": \"IR966669\",\n                    \"name\": \"ریسلو\",\n                    \"email\": null,\n                    \"mobile\": null,\n                    \"gender\": null,\n                    \"status\": \"blocked\",\n                    \"position\": null,\n                    \"type\": \"system\",\n                    \"groups\": null,\n                    \"username\": null,\n                    \"birthday\": \"1970-01-01\",\n                    \"created_at\": 1583922435,\n                    \"updated_at\": 1583922435,\n                    \"avatar\": [],\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            {\n                \"id\": \"T966664\",\n                \"title\": \"scale\",\n                \"parents\": [\n                    {\n                        \"id\": \"T966663\",\n                        \"title\": \"assessment\",\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"IR966669\",\n                    \"name\": \"ریسلو\",\n                    \"email\": null,\n                    \"mobile\": null,\n                    \"gender\": null,\n                    \"status\": \"blocked\",\n                    \"position\": null,\n                    \"type\": \"system\",\n                    \"groups\": null,\n                    \"username\": null,\n                    \"birthday\": \"1970-01-01\",\n                    \"created_at\": 1583922435,\n                    \"updated_at\": 1583922435,\n                    \"avatar\": [],\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            {\n                \"id\": \"T96666A\",\n                \"title\": \"form\",\n                \"parents\": [\n                    {\n                        \"id\": \"T966663\",\n                        \"title\": \"assessment\",\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    },\n                    {\n                        \"id\": \"T966664\",\n                        \"title\": \"scale\",\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"IR966669\",\n                    \"name\": \"ریسلو\",\n                    \"email\": null,\n                    \"mobile\": null,\n                    \"gender\": null,\n                    \"status\": \"blocked\",\n                    \"position\": null,\n                    \"type\": \"system\",\n                    \"groups\": null,\n                    \"username\": null,\n                    \"birthday\": \"1970-01-01\",\n                    \"created_at\": 1583922435,\n                    \"updated_at\": 1583922435,\n                    \"avatar\": [],\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            {\n                \"id\": \"T96666V\",\n                \"title\": \"16PF\",\n                \"parents\": [\n                    {\n                        \"id\": \"T966663\",\n                        \"title\": \"assessment\",\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    },\n                    {\n                        \"id\": \"T966664\",\n                        \"title\": \"scale\",\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    },\n                    {\n                        \"id\": \"T96666A\",\n                        \"title\": \"form\",\n                        \"can\": [\n                            \"edit\",\n                            \"delete\"\n                        ]\n                    }\n                ],\n                \"creator\": {\n                    \"id\": \"IR966669\",\n                    \"name\": \"ریسلو\",\n                    \"email\": null,\n                    \"mobile\": null,\n                    \"gender\": null,\n                    \"status\": \"blocked\",\n                    \"position\": null,\n                    \"type\": \"system\",\n                    \"groups\": null,\n                    \"username\": null,\n                    \"birthday\": \"1970-01-01\",\n                    \"created_at\": 1583922435,\n                    \"updated_at\": 1583922435,\n                    \"avatar\": [],\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            }\n        ],\n        \"primary_term\": {\n            \"id\": \"T96666V\",\n            \"title\": \"16PF\",\n            \"parents\": [\n                {\n                    \"id\": \"T966663\",\n                    \"title\": \"assessment\",\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                {\n                    \"id\": \"T966664\",\n                    \"title\": \"scale\",\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                {\n                    \"id\": \"T96666A\",\n                    \"title\": \"form\",\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                }\n            ],\n            \"creator\": {\n                \"id\": \"IR966669\",\n                \"name\": \"ریسلو\",\n                \"email\": null,\n                \"mobile\": null,\n                \"gender\": null,\n                \"status\": \"blocked\",\n                \"position\": null,\n                \"type\": \"system\",\n                \"groups\": null,\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1583922435,\n                \"updated_at\": 1583922435,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"can\": [\n                \"edit\",\n                \"delete\"\n            ]\n        },\n        \"status\": \"publish\"\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"67419fdc-0eba-41fe-a519-2995ece60631"}],"id":"2a768e6d-a0f9-48d6-8359-66d5adf81ea2","auth":{"type":"apikey","apikey":{"value":"{{Token}}","key":"authorization","in":"header"}},"_postman_id":"2a768e6d-a0f9-48d6-8359-66d5adf81ea2"},{"name":"Samples","item":[{"name":"Index","id":"06889961-0fca-468d-82c2-229a568879db","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":{"raw":"{{HostPath}}$/samples?scale=&status","host":["{{HostPath}}$"],"path":["samples"],"query":[{"key":"scale","value":"","description":"[Assessment Scale]"},{"key":"status","value":null,"description":"[seald, opne, scoring, creating_files, done]"}]},"description":"scale filter endpoint `/api/scale`"},"response":[{"id":"3633fa3e-0c76-492b-9b73-af0c4a469877","name":"Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{HostPath}}$/samples?scale&status","host":["{{HostPath}}$"],"path":["samples"],"query":[{"key":"scale","value":null},{"key":"status","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Sat, 22 Aug 2020 17:16:53 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"http://risloo.local"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"$X1HQU7YTX\",\n            \"scale\": {\n                \"id\": \"$MMPI-93\",\n                \"title\": \"آزمون چندوجهی مینه\\u200cسوتا\"\n            },\n            \"status\": \"open\",\n            \"edition\": \"\",\n            \"version\": \"2\",\n            \"edition_version\": null,\n            \"client\": {\n                \"id\": \"IR96666Q\",\n                \"name\": \"سوده محمدی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"owner\": {\n                \"id\": \"IR96666Q\",\n                \"name\": \"سوده محمدی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"room\": {\n                \"id\": \"RS966666M\",\n                \"creator\": {\n                    \"id\": \"IR966663\",\n                    \"name\": \"محمدحسن صالحی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"manager\": {\n                    \"id\": \"IR96666Q\",\n                    \"name\": \"سوده محمدی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"center\": {\n                    \"id\": \"RS966666M\",\n                    \"creator\": {\n                        \"id\": \"IR966663\",\n                        \"name\": \"محمدحسن صالحی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"manager\": {\n                        \"id\": \"IR96666Q\",\n                        \"name\": \"سوده محمدی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"acceptation\": {\n                        \"id\": \"RU9666668\",\n                        \"creator\": {\n                            \"id\": \"IR966663\",\n                            \"name\": \"محمدحسن صالحی\",\n                            \"gender\": null,\n                            \"avatar\": null\n                        },\n                        \"user\": {\n                            \"id\": \"IR96666Q\",\n                            \"name\": \"سوده محمدی\",\n                            \"gender\": null,\n                            \"avatar\": null\n                        },\n                        \"position\": \"manager\",\n                        \"meta\": null,\n                        \"accepted_at\": 1597640165,\n                        \"kicked_at\": null,\n                        \"created_at\": 1597640165,\n                        \"updated_at\": 1597640165\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"personal_clinic\",\n                    \"detail\": {\n                        \"title\": \"کلینیک شخصی سوده محمدی\",\n                        \"description\": \"از توی جیب چه جور آدم\\u200cهایی است و از این اباطیل... پیدا.\",\n                        \"address\": \"خراسان رضوی خیابان محجوبی ساختمان منصور\",\n                        \"avatar\": null,\n                        \"phone_numbers\": [\n                            \"02345969343\",\n                            \"08309202183\"\n                        ]\n                    },\n                    \"created_at\": 1597640165,\n                    \"updated_at\": 1597640165\n                },\n                \"acceptation\": {\n                    \"id\": \"RU9666668\",\n                    \"creator\": {\n                        \"id\": \"IR966663\",\n                        \"name\": \"محمدحسن صالحی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"user\": {\n                        \"id\": \"IR96666Q\",\n                        \"name\": \"سوده محمدی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"position\": \"manager\",\n                    \"accepted_at\": 1597640165,\n                    \"kicked_at\": null,\n                    \"created_at\": 1597640165,\n                    \"updated_at\": 1597640165\n                },\n                \"status\": \"active\",\n                \"type\": \"personal_clinic\",\n                \"created_at\": 1597640165,\n                \"updated_at\": 1597640165\n            },\n            \"case\": null,\n            \"code\": null,\n            \"created_at\": 1598094632,\n            \"started_at\": null,\n            \"scored_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": \"$X1HQ71QQQ\",\n            \"scale\": {\n                \"id\": \"$MCMI-93\",\n                \"title\": \"آزمون شخصیت میلون\"\n            },\n            \"status\": \"done\",\n            \"edition\": \"\",\n            \"version\": \"3\",\n            \"edition_version\": null,\n            \"client\": {\n                \"id\": \"IR96666Q\",\n                \"name\": \"سوده محمدی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"owner\": {\n                \"id\": \"IR96666Q\",\n                \"name\": \"سوده محمدی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"room\": {\n                \"id\": \"RS966666M\",\n                \"creator\": {\n                    \"id\": \"IR966663\",\n                    \"name\": \"محمدحسن صالحی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"manager\": {\n                    \"id\": \"IR96666Q\",\n                    \"name\": \"سوده محمدی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"center\": {\n                    \"id\": \"RS966666M\",\n                    \"creator\": {\n                        \"id\": \"IR966663\",\n                        \"name\": \"محمدحسن صالحی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"manager\": {\n                        \"id\": \"IR96666Q\",\n                        \"name\": \"سوده محمدی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"acceptation\": {\n                        \"id\": \"RU9666668\",\n                        \"creator\": {\n                            \"id\": \"IR966663\",\n                            \"name\": \"محمدحسن صالحی\",\n                            \"gender\": null,\n                            \"avatar\": null\n                        },\n                        \"user\": {\n                            \"id\": \"IR96666Q\",\n                            \"name\": \"سوده محمدی\",\n                            \"gender\": null,\n                            \"avatar\": null\n                        },\n                        \"position\": \"manager\",\n                        \"meta\": null,\n                        \"accepted_at\": 1597640165,\n                        \"kicked_at\": null,\n                        \"created_at\": 1597640165,\n                        \"updated_at\": 1597640165\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"personal_clinic\",\n                    \"detail\": {\n                        \"title\": \"کلینیک شخصی سوده محمدی\",\n                        \"description\": \"از توی جیب چه جور آدم\\u200cهایی است و از این اباطیل... پیدا.\",\n                        \"address\": \"خراسان رضوی خیابان محجوبی ساختمان منصور\",\n                        \"avatar\": null,\n                        \"phone_numbers\": [\n                            \"02345969343\",\n                            \"08309202183\"\n                        ]\n                    },\n                    \"created_at\": 1597640165,\n                    \"updated_at\": 1597640165\n                },\n                \"acceptation\": {\n                    \"id\": \"RU9666668\",\n                    \"creator\": {\n                        \"id\": \"IR966663\",\n                        \"name\": \"محمدحسن صالحی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"user\": {\n                        \"id\": \"IR96666Q\",\n                        \"name\": \"سوده محمدی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"position\": \"manager\",\n                    \"accepted_at\": 1597640165,\n                    \"kicked_at\": null,\n                    \"created_at\": 1597640165,\n                    \"updated_at\": 1597640165\n                },\n                \"status\": \"active\",\n                \"type\": \"personal_clinic\",\n                \"created_at\": 1597640165,\n                \"updated_at\": 1597640165\n            },\n            \"case\": null,\n            \"code\": null,\n            \"created_at\": 1597979705,\n            \"started_at\": null,\n            \"scored_at\": null,\n            \"closed_at\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://api.risloo.local/api/$/samples?page=1\",\n        \"last\": \"http://api.risloo.local/api/$/samples?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://api.risloo.local/api/$/samples\",\n        \"per_page\": 15,\n        \"to\": 2,\n        \"total\": 2,\n        \"orders\": {\n            \"allowed\": [\n                \"id\",\n                \"posts.id\"\n            ],\n            \"current\": {\n                \"posts.id\": \"desc\"\n            },\n            \"default\": {\n                \"posts.id\": \"desc\"\n            }\n        },\n        \"filters\": {\n            \"allowed\": {\n                \"scale\": {\n                    \"$16PF-93\": \"پرسشنامه 16 عاملی شخصیت کتل (2)\",\n                    \"$NEO-93\": \"پرسشنامه نئو نئوی۲۴۰ سؤالی (5)\",\n                    \"$NEO-9A\": \"پرسشنامه نئو نئو۶۰ سؤالی (5)\",\n                    \"$MCMI-93\": \"آزمون شخصیت میلون (3)\",\n                    \"$MMPI-93\": \"آزمون چندوجهی مینه\\u200cسوتا (2)\"\n                },\n                \"status\": [\n                    \"seald\",\n                    \"open\",\n                    \"closed\",\n                    \"scored\"\n                ]\n            },\n            \"current\": []\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"06889961-0fca-468d-82c2-229a568879db"},{"name":"Create","id":"f9fc005c-e4bc-4742-96ff-4be11760c955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{Token}}","in":"header","key":"authorization"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"room_id\": \"RS9666665\",\n    \"scale_id\": [\n        \"$NEO-9A\"\n    ],\n    \"client_id\": [\n        \"RU966669F\"\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{HostPath}}$/samples","description":"## Access level\n- `auth.type = admin`\n- operator, manager, psychologist of center or room\n\n## Fields\n\n### scale_id\n\n - required\n - multiple\n - type: scale id\n  - `GET /api/scale?q=`\n\n### room_id\n\n - required\n - type: room id\n  - `GET /api/rooms?my_management=1?status=accepted&q=`\n\n### case_id\n\n - nullable\n - type: case id\n  - `GET /api/cases?room={room_id}?q=`\n\n### client id\n\n - required if\n - multiple\n  - case_id is not null\n  - case_id is null and count is null\n - type: case id\n  - case users `GET /api/cases?room={room_id}?q=`\n  - room users `GET /api/room/{room_id}/users`\n\n### count\n - required if client_id is null\n - type: 0 > number < 100 "},"response":[],"_postman_id":"f9fc005c-e4bc-4742-96ff-4be11760c955"},{"name":"Update","id":"15110dc7-9ff2-4269-9c9f-133a955d99bc","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[{"key":"cornometer","value":"+5678","type":"text"}]},"url":"{{HostPath}}$/samples/{{sample_id}}","description":"## Access level\n - `auth.type = admin`\n - manager or operator of current center of current room\n\n"},"response":[],"_postman_id":"15110dc7-9ff2-4269-9c9f-133a955d99bc"},{"name":"Open","id":"79645542-a4ad-4a92-b8e5-3bab75ccf018","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{HostPath}}$/samples/{{sample_id}}/open","description":"## Access level\n- `auth.type = admin`\n- manager or operator of current center of current room\n"},"response":[],"_postman_id":"79645542-a4ad-4a92-b8e5-3bab75ccf018"},{"name":"Close","id":"d849f6bf-9c16-4317-a088-35f3abe3be9f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[],"body":{"mode":"urlencoded","urlencoded":[]},"url":"{{HostPath}}$/samples/{{sample_id}}}/close","description":"## Access level\n- `auth.type = admin`\n- manager or operator of current center of current room\n- client of current sample"},"response":[],"_postman_id":"d849f6bf-9c16-4317-a088-35f3abe3be9f"},{"name":"Post Items","id":"834db8af-4975-41b5-a5a2-4e3faa57e528","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"apikey","apikey":{"value":"{{Token}}","in":"header","key":"authorization"}},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"items\": [\n        [3, 1], [10, 2]\n    ],\n    \"prerequisites\" : [\n        [2, 1], [1, 1]\n    ]\n}","options":{"raw":{"language":"json"}}},"url":"{{HostPath}}$/samples/{{sample_id}}/items","description":"## Access level\nif `sample.status [seald, open]`\n- `auth.type = admin`\n- manager or operator of current center of current room\n- client of current sample\n\n## Parameters\n\n### items\n- type: array<array<string `item`, string `value`>>\n\n### prerequisites\n- type: array<array<string `prerequisite`, string `value`>>"},"response":[],"_postman_id":"834db8af-4975-41b5-a5a2-4e3faa57e528"},{"name":"Show","id":"436f7385-0783-405f-8128-5dd2ca047921","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{HostPath}}$/samples/{{sample_id}}","description":"## Access level\n- `auth.type = admin`\n- manager or operator of current center of current room\n- client of current sample if `sample.status [seald, open]`"},"response":[{"id":"1459aaf8-2710-42cd-b85a-a4a644a2d390","name":"Show","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}$/samples/$X1HQU7YTX"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Sat, 22 Aug 2020 17:19:12 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"http://risloo.local"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"$X1HQU7YTX\",\n        \"scale\": {\n            \"id\": \"$MMPI-93\",\n            \"title\": \"آزمون چندوجهی مینه\\u200cسوتا\"\n        },\n        \"status\": \"open\",\n        \"edition\": \"\",\n        \"version\": \"2\",\n        \"edition_version\": null,\n        \"client\": {\n            \"id\": \"IR96666Q\",\n            \"name\": \"سوده محمدی\",\n            \"gender\": null,\n            \"avatar\": null\n        },\n        \"owner\": {\n            \"id\": \"IR96666Q\",\n            \"name\": \"سوده محمدی\",\n            \"gender\": null,\n            \"avatar\": null\n        },\n        \"room\": {\n            \"id\": \"RS966666M\",\n            \"creator\": {\n                \"id\": \"IR966663\",\n                \"name\": \"محمدحسن صالحی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"manager\": {\n                \"id\": \"IR96666Q\",\n                \"name\": \"سوده محمدی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"center\": {\n                \"id\": \"RS966666M\",\n                \"creator\": {\n                    \"id\": \"IR966663\",\n                    \"name\": \"محمدحسن صالحی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"manager\": {\n                    \"id\": \"IR96666Q\",\n                    \"name\": \"سوده محمدی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"acceptation\": {\n                    \"id\": \"RU9666668\",\n                    \"creator\": {\n                        \"id\": \"IR966663\",\n                        \"name\": \"محمدحسن صالحی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"user\": {\n                        \"id\": \"IR96666Q\",\n                        \"name\": \"سوده محمدی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"position\": \"manager\",\n                    \"meta\": null,\n                    \"accepted_at\": 1597640165,\n                    \"kicked_at\": null,\n                    \"created_at\": 1597640165,\n                    \"updated_at\": 1597640165\n                },\n                \"status\": \"active\",\n                \"type\": \"personal_clinic\",\n                \"detail\": {\n                    \"title\": \"کلینیک شخصی سوده محمدی\",\n                    \"description\": \"از توی جیب چه جور آدم\\u200cهایی است و از این اباطیل... پیدا.\",\n                    \"address\": \"خراسان رضوی خیابان محجوبی ساختمان منصور\",\n                    \"avatar\": null,\n                    \"phone_numbers\": [\n                        \"02345969343\",\n                        \"08309202183\"\n                    ]\n                },\n                \"created_at\": 1597640165,\n                \"updated_at\": 1597640165\n            },\n            \"acceptation\": {\n                \"id\": \"RU9666668\",\n                \"creator\": {\n                    \"id\": \"IR966663\",\n                    \"name\": \"محمدحسن صالحی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"user\": {\n                    \"id\": \"IR96666Q\",\n                    \"name\": \"سوده محمدی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"position\": \"manager\",\n                \"accepted_at\": 1597640165,\n                \"kicked_at\": null,\n                \"created_at\": 1597640165,\n                \"updated_at\": 1597640165\n            },\n            \"status\": \"active\",\n            \"type\": \"personal_clinic\",\n            \"created_at\": 1597640165,\n            \"updated_at\": 1597640165\n        },\n        \"case\": null,\n        \"code\": null,\n        \"created_at\": 1598094632,\n        \"started_at\": null,\n        \"scored_at\": null,\n        \"closed_at\": null,\n        \"description\": \"لطفاً هر عبارت را به دقت بخوانید، به محتوای آن توجه کنید و کاملا صادقانه و به صورت درست-غلط به آنها پاسخ دهید.\\n\\nهنگام پاسخ دادن، دقت کنید که شماره جمله در پرسشنامه و پاسخنامه یکسان باشد.\\n\\nسعی کنید به همه عبارت\\u200cها پاسخ دهید.\",\n        \"items\": [\n            {\n                \"type\": \"text\",\n                \"text\": \"مجله های فنی را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اشتهای خوبی دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر صبح ها سرحال و بانشاط از خواب برمی\\u200cخیزم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کار کتابداری را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" با کوچکترین صدایی از خواب بیدار می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" پدرم مرد خوبی است، یا (اگر پدرتان مرده است) پدرم مرد خوبی بود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خواندن بخش حوادث روزنامه ها را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً حرارت دست و پایم در حد طبیعی است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" زندگی روزانه من پر از چیزهایی است که برایم جالبند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"تقریباً به اندازه سابق قادر به کار کردن هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اغلب اوقات احساس می\\u200cکنم که چیزی گلویم را گرفته است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از زندگی جنسی\\u200cام راضی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مردم باید سعی کنند خواب های خود را تعبیر کرده و به آنها عمل کنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از داستان\\u200cهای پلیسی و اسرارآمیز خوشم می\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در محیط کارم فشار و ناراحتی زیادی احساس می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی اوقات فکرهایم آنقدر بد هستند که نمی\\u200cتوانیم درباره آنها با کسی حرف بزنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"معتقدم که زندگی با من خوب رفتار نکرده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تهوع و استفراغ آزارم می\\u200cدهد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم بفهمم دیگران درباره من چه فکر می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خیلی کم دچار یبوست می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی اوقات خیلی دلم می\\u200cخواهد از خانه فرار کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم هیچکس مرا درک نمی\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی اوقات طوری به خنده یا گریه می\\u200cافتم که نمی\\u200cتوانم جلوی آن را بگیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی اوقات ارواح شیطانی مرا تسخیر می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دوست دارم یک خواننده باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی به دردسر می\\u200cافتم، بهترین کار برایم این است که ساکت بمانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معتقدم که باید جواب بدی را با بدی داد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هفته ای چند بار ناراحتی معده اذیتم می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی اوقات دلم میخواهد فحش بدهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هر چند شب یکبار خواب های وحشتناک می\\u200cبینم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برایم مشکل است که حواسم را روی یک کار متمرکز کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تجربه\\u200cها و احساس\\u200cهای عجیب و غریب و خاصی داشته\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خیلی کم نگران سلامتی\\u200cام می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به خاطر رفتار جنسی\\u200cام هیچگاه به دردسر نیفتاده\\u200cام .\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در گذشته گاهی چیزهایی را دزدیده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب اوقات سرفه می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی دلم می\\u200cخواهد چیزهایی را بشکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی روزها، هفته ها یا ماه ها بوده که دست و دلم به کار نرفته است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خوابم نامنظم و آشفته است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر اوقات سردرد کلافه\\u200cام می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی دروغ می\\u200cگویم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر دیگران سرم کلاه نگذاشته بودند، موفق تر بودم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" قدرت قضاوت من بهتر از گذشته است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هفته ای یک یا چند بار، بدون هیچ علتی، ناگهان بدنم داغ می\\u200cشود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در حال حاضر وضع سلامتی\\u200cام مثل بیشتر دوستانم خوب است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"معمولاً هنگام دیدن دوستان سابق\\u200cام اظهار آشنایی نمی\\u200cکنم، مگر اینکه آنها پیش قدم شوند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تقریباً هیچ وقت در قلب و قفسه سینه\\u200cام دردی نداشته\\u200cام. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بیشتر به جای پرداختن به کارهایم خیال بافی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"من فردی بسیار اجتماعی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب مجبور بودم از کسانی اطاعت کنم که به اندازه من نمی\\u200cفهمیدند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بعضی از مطالبی را که در مدرسه خواندم به خاطر ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من زندگی درستی نداشته\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب در قسمت هایی از بدنم احساس سوزش، مورمور شدن، یا خواب رفتگی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خانواده\\u200cام با شغلی که دارم، یا می\\u200cخواهم انتخاب کنم موافق نیستند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی آن قدر روی چیزی پافشاری می\\u200cکنم که دیگران تحمل خود را از دست می\\u200cدهند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کمتر از دیگران احساس خوشحالی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً در پشت گردنم احساس درد می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"فکر می\\u200cکنم اغلب مردم برای جلب کمک و همدردی دیگران بدبختی های خود را بزرگ تر جلوه می\\u200cدهند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هر چند روز یک بار در قسمت بالای معده\\u200cام احساس ناراحتی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی با دیگران هستم شنیدن چیزهای خیلی عجیب آزارم می\\u200cدهد. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"من آدم مهمی\\u200cهستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب آرزو کرده\\u200cام کاش یک دختر بودم، یا (اگر دختر هستید) هرگز از اینکه یک دختر هستم متأسف نبوده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" آدم زودرنجی نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از خواندن داستان های عاشقانه خوشم می\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اکثر اوقات احساس غمگینی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر اکثر قوانین دور ریخته می\\u200cشد، بهتر بود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" شعر را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی حیوانات را اذیت می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم از کاری مثل جنگل بانی خوشم می\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در بحث با دیگران به آسانی شکست می\\u200cخورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" این روزها دارم از رسیدن به هدف هایم ناامید می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی احساس می\\u200cکنم که روحم از بدنم جدا شده و به پرواز در می\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" واقعا اعتماد به نفس ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم یک گل فروش باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً احساس می\\u200cکنم زندگی با ارزش است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر مردم فقط با جرّ و بحث فراوان حقیقت را می\\u200cپذیرند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هر چند وقت یک بار، کار\\u200c امروزم را به فردا موکول می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر افرادی که مرا می\\u200cشناسند دوستم دارند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اهمیتی نمی\\u200cدهم که مورد تمسخر دیگران واقع شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم پرستار باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بیشتر مردم برای اینکه پیشرفت کنند دروغ می\\u200cگویند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کارهای زیادی انجام می\\u200cدهم که بعداً از انجام آنها پشیمان می\\u200cشوم  (من بیش از دیگران پشیمان می\\u200cشوم)\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"خیلی کم با افراد خانواده\\u200cام دعوا می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" یک بار یا چند بار به علت رفتار بد از مدرسه اخراج شده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی خیلی دلم می\\u200cخواهد کار های خطرناک و دلهره آور انجام دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" میهمانی\\u200cها و کار های را که پر از شادی و سروصداست دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در زندگی مشکلاتی داشتم که به دلیل پیچیدگی زیادشان قادر به تصمیم\\u200cگیری درباره آنها نبوده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معتقدم زن ها به اندازه مردها باید آزادی جنسی داشته باشند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر این گرفتاری و درگیری من با خودم است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من پدرم را دوست دارم، یا (اگر پدرتان مرده است) من پدرم را دوست داشتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خیلی کم دچار کشیدگی یا پرش عضلات می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برایم مهم نیست که چه به سرم بیاید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی اوقات، وقتی حالم خوب نیست بداخلاق می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اغلب احساس می\\u200cکنم یک کار غلط یا بد انجام داده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب اوقات خوشحال هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" حیوانات، افراد، یا چیزهایی را در اطراف خود می\\u200cبینم که دیگران نمی\\u200cبینند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب اوقات احساس می\\u200cکنم که بینی\\u200cام گرفته و سرم سنگین است. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بعضی ها آن قدر\\u200cامر و نهی می\\u200cکنند که حتی وقتی حق با آنها است، دلم می\\u200cخواهد بر خلاف خواست آنها رفتار کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کسی به من حُقّه زده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هیچ وقت کار خطرناکی را به خاطر مهیج بودن آن انجام نداده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب احساس می\\u200cکنم نوار محکمی\\u200cدور سرم بسته شده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی عصبانی می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر روی یک مسابقه یا بازی شرط بندی کنم، از آن بیشتر لذت می\\u200cبرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر مردم به این دلیل صداقت و درستی نشان می\\u200cدهند که می\\u200cترسند گرفتار شوند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی در مدرسه به علت رفتار بدم پیش مدیر فرستاده شده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" حرف زدنم مثل همیشه است (یعنی تندتر، آهسته\\u200cتر، درهم و برهم یا گرفته تر از قبل نیست).\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در خانه آداب غذا خوردن را بهتر رعایت می\\u200cکنم، تا در بیرون از خانه.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کسانی که قادر و مایل به سخت کار کردن باشند، شانس بیشتری برای موفقیت دارند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم به اندازه اطرافیانم، با استعداد و زرنگ هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب مردم حاضرند حتی از راه های غیر عادلانه به منافع و مزایای برسند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معده\\u200cام خیلی ناراحتم می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تئاتر و نمایش را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" می\\u200cدانم چه کسی مسئول مشکلاتم است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی وسایل شخصی دیگران، مثل کفش و دستکش، به قدری توجهم را جلب می\\u200cکند که دوست دارم به آنها دست بزنم یا آنها را بدزدم، حتی اگر به دردم نخورد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دیدن خون باعث وحشت یا بهم خوردن حالم نمی\\u200cشود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب اوقات زود رنج و بد اخلاق هستم، ولی علتش را نمی\\u200cدانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هرگز استفراغ و سرفه همراه با خون نداشتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" نگران مریض شدن نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" جمع آوری گل ها یا پرورش گیاهان خانگی را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً از آنچه به نظرم می\\u200cرسد، به شدت دفاع می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"هرگز به اعمال جنسی ناپسند دست نزده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی افکارم به قدری سریع بوده که نتوانستم آنها را بر زبان آورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر اطمینان داشتم که کسی متوجه نخواهد شد، بدون خرید بلیط، وارد سینما می\\u200cشدم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب وقتی کسی کار خوبی در حق من انجام می\\u200cدهد، از خود می\\u200cپرسم از این کار چه هدفی داشته است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معتقدم زندگی خانوادگی من به خوبی زندگی خانواده هایی است که می\\u200cشناسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معتقدم که قانون باید با قاطعیت اجرا شود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از انتقاد یا سرزنش به شدت می\\u200cرنجم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" آشپزی را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" رفتار اطرافیانم تاثیر زیادی بر رفتار من دارد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی واقعا احساس می\\u200cکنم آدم بی مصرفی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در کودکی عضو گروهی از دوستانم بودم که سعی می\\u200cکردند در تمام مشکلات به همدیگر وفادار باشند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به زندگی پس از مرگ معتقدم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست داشتم یک سرباز باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی دوست دارم با کسی دعوا و کتک کاری کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب به این دلیل که دیر تصمیم می\\u200cگیرم، خیلی چیزها را از دست می\\u200cدهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی در حال انجام کار مهمی\\u200cهستم، اگر کسی از من راهنمایی و کمک بخواهد یا مزاحم شود، عصبانی می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" زمانی خاطرات روزانه\\u200cام را می\\u200cنوشتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معتقدم علیه من توطئه چینی می\\u200cشود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" ترجیح می\\u200cدهم در بازی برنده باشند تا بازنده.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب شب ها بدون اینکه افکار یا خیالاتی ناراحتم کند به خواب می\\u200cروم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در طی چند سال گذشته اکثر اوقات حالم خوب بوده.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هرگز دچار غش و تشنج نشده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وزنم کم و زیاد نمی\\u200cشود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم کسانی مرا تعقیب می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" احساس می\\u200cکنم اغلب بی دلیل مجازات شده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به آسانی به گریه می\\u200cافتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" چیزهایی را که می\\u200cخوانم به خوبی گذشته نمی\\u200cفهمم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در طول زندگی هرگز حالم بهتر از الان نبوده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی احساس می\\u200cکنم به بیماری خطرناکی گرفتار شده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی احساس می\\u200cکنم باید به خودم یا کس دیگری صدمه بزنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خوشم نمی\\u200cآید که قبول کنم کسی زیرکانه سرم کلاه گذاشته است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" زود خسته نمی\\u200cشوم. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دوست دارم برخی از افراد مهم را بشناسم، چون این کار باعث می\\u200cشود احساس کنم مهم هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی از یک جای بلند به پایین نگاه می\\u200cکنم می\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر یکی از افراد خانواده\\u200cام با قانون درگیر شود، عصبی می\\u200cشوم. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"فقط مواقعی که به مسافرت یا گردش می\\u200cروم، خوشحال هستم. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"برایم مهم نیست که دیگران درباره\\u200cام چه فکری می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست ندارم در مهمانی ها دست به شیرین کاری بزنم، حتی اگر دیگران چیزی شبیه آن را انجام دهند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هیچ وقت نکرده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مدرسه را دوست داشتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خجالتی هستم و همیشه مجبورم کاری کنم که دیگران متوجه این موضوع نشوند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کسی سعی می\\u200cکند مرا مسموم کند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" ترس شدیدی از مارها ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هیچ وقت دچار سرگیجه نشده\\u200cام، یا خیلی کم سرگیجه داشته\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم که حافظه\\u200cام خوب است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مسائل جنسی فکرم را آزار می\\u200cدهد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گفتگو با غریبه ها برایم مشکل است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" آشنایانم می\\u200cگویند در مواقعی کارهایی می\\u200cکنم که بعداً نمی\\u200cتوانم آنها را به خاطر بیاورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی خسته می\\u200cشوم دوست دارم دست به کاری هیجان آور بزنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" می\\u200cترسم عقلم را از دست بدهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" با پول دادن به گداها مخالفم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بارها متوجه شده\\u200cام که وقتی سرگرم انجام کاری هستم، دستم می\\u200cلرزد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" می\\u200cتوانم مدت طولانی مطالعه کنم، بدون اینکه دستم خسته شود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مطالعه و خواندن مطالبی در مورد کارم را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر اوقات در تمام وجودم احساس ضعف می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خیلی کم دچار سردرد می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از دقت و مهارت دست هایم کاسته نشده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی موقع دستپاچه شدن خیس عرق می\\u200cشوم و این موضوع خیلی ناراحتم نمی\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگام راه رفتن، در حفظ تعادلم مشکلی نداشته\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" ذهنم خوب کار نمی\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"من دچار تب یونجه یا حملات آسم نمی\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اوقاتی برایم پیش آمده که در طی آن روی حرکات و صحبت کردنم کنترلی نداشتم، ولی از آنچه که در اطرافم می\\u200cگذشت، آگاه بودم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برخی از افرادی را که می\\u200cشناسم، دوست ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خیلی کم خیالبافی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کاش اینقدر خجالتی نبودم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از سر و کار داشتن با پول نمی\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر خبرنگار بودم، خیلی دوست داشتم که اخبار مربوط به تئاتر را گزارش کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از بسیاری از بازی ها و سرگرمی\\u200cها لذت می\\u200cبرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از لاس زدن خوشم می\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اطرافیانم با من بیشتر مثل یه بچه رفتار می\\u200cکنند تا یک فرد بالغ.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم روزنامه\\u200cنگار باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مادرم زن خوبی است یا (اگر مادرتان مرده) مادرم زن خوبی بود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگام قدم زدن خیلی دقت می\\u200cکنم که پایم را روی شکاف\\u200cهای پیاده رو نگذارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هرگز جوش هایی بروی پوستم نیوده که باعث نگرانیم شود .\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در خانواده من، محبت و همکاری، خیلی کمتر از خانواده\\u200cهای دیگر است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دائماً نگران چیزی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم کار پیمانکاری ساختمان را دوست داشته باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب صداهایی می\\u200cشنوم که نمی\\u200cدانم از کجا می\\u200cآیند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من به علم علاقمندم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کمک خواستن از دوستان برایم مشکل نیست، حتی اگر نتوانم این لطف آنها را جبران کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"شکار کردن را خیلی دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"رفقایم اغلب مورد پسند والدینم  نبوده اند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی کمی\\u200cپشت سر دیگران غیبت می\\u200cکنم. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"شنوایی من به خوبی اکثر افراد است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برخی افراد خانواده\\u200cام عادتی دارند که باعث رنجش و دلخوری من می\\u200cشود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بعضی وقت\\u200cها احساس می\\u200cکنم که خیلی آسان تصمیم می\\u200cگیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم عضو چند انجمن یا باشگاه باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تقریباً هیچ وقت تپش قلب و تنگی نفس نداشته ام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" صحبت درباره مسائل جنسی را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دیدن جاهایی را که قبلاً ندیده\\u200cام دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وظیفه ای به من الهام شده است که تا کنون به دقت آن را دنبال کرده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی مانع کار کسانی شده\\u200cامکه می\\u200cخواستند آن کار را نه به خاطر اهمیتش، بلکه به خاطر پیروی از اصول انجام دهند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" زود عصبانی می\\u200cشوم و زود هم آرام میگیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خانواده هیچ تسلطی بر روی من نداشته اند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خیلی غصه می\\u200cخورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کسی سعی می\\u200cکند چیزی را از من بدزدد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تقریباً تمام بستگانم را درک می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مواقعی بوده که آنقدر بی قرار بوده\\u200cامکه نتوانستم یک جا بند شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در عشق شکست خورده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هیچ وقت نگران قیافه\\u200cامنیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب درباره چیزی خواب می\\u200cبینم که نمی\\u200cتوانم درباره آن با کسی صحبت کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تمام مسائل مهم در امور جنسی را باید به بچه ها یاد داد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم عصبی تر از دیگرانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من دردی ندارم و اگر هم داشته باشم، بسیار کم است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کارها را طوری انجام می\\u200cدهم که دیگران می\\u200cتوانند آن را سوء تعبیر کنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی وقت ها، بدون هیچ دلیلی، یا حتی در شرایط نامساعد، احساس خوشی و هیجان زیادی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کسانی را که دایماً به فکر پول هستند، سرزنش نمی\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اشخاصی هستند که سعی می\\u200cکنند افکار و عقائد مرا بدزدند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مواقعی پیش می\\u200cآید که گویی مغزم خالی شده است، به طوری که فعالیت هایم متوقف شده، و از آنچه که در اطرافم می\\u200cگذرد آگاه نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" با کسانی که می\\u200cدانم کارشان اشتباه است، می\\u200cتوانم رفتار دوستانه\\u200cای داشته باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم بین جمعی از افراد باشم که مرتب جوک گفته و شوخی می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی در انتخابات به کسانی رای می\\u200cدهم که اصلا آنها را نمی\\u200cشناسنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" شروع کردن هر کاری برایم مشکل است. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"فکر می\\u200cکنم که یک شخص محکوم هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در مدرسه شاگرد ضعیفی بودم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر هنرمند بودم دوست داشتم گلها را نقاشی کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از اینکه چندان خوش قیافه نیستم زیاد ناراحت نمی\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" حتی در هوای خنک خیلی زود عرق می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کاملا اعتماد به نفس دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی نمی\\u200cتوانم از دزدی، یا بلند کردن چیزی از مغازه ها خودداری کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بهتر است آدم به کسی اعتماد نکند .\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"هفته ای یک یا چند بار هیجان زده می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی در جمع هستم نمی\\u200cتوانم مطالب مناسبی برای گفت و گو پیدا کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً هر وقت دلم می\\u200cگیرد یک چیزهایی مهیج می\\u200cتواند مرا از آن حالت خارج کند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی خانه را ترک می\\u200cکنم، در مورد قفل بودن درها و بسته بودن پنجره ها نگران نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معتقدم که گناهان من غیر قابل بخشش است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" یک یا چند قسمت پوستم بی حس است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" سوء استفاده از کسی را که خود اجازه چنین کاری را می\\u200cدهد بعد نمی\\u200cدانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بینایی من به خوبی سال\\u200cهای گذشته است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی اوقات به قدری از زرنگی بعضی از جنایتکاران خوشم آمده که آرزو کردم گیر نیفتند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب احساس می\\u200cکنم که غریبه ها به دید انتقادآمیز به من نگاه می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برای من مزه همه چیز یکسان است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من هر روز خیلی بیشتر از حد عادی آب می\\u200cخورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر مردم به این علت با کسی دوست می\\u200cشوند که ممکن است این دوستی برایشان مفید باشد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به ندرت احساس کردم که گوش هایم زنگ بزند یا وزوز کند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی اوقات از عزیزترین کسان خود هم متنفر می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر خبرنگار بودم دوست داشتم اخبار ورزشی را گزارش کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من در طول روز می\\u200cتوانم بخوابم، ولی شب ها قادر به خواب نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مطمئنم که دیگران پشت سرم راجع به من صحبت می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی به شوخی های بی ادبانه می\\u200cخندم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در مقایسه با دوستانم ترس\\u200cهای خیلی کمتری دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی در جمعی بخواهند بحثی را شروع کنم یا مطالبی را توضیح دهم، دستپاچه نمی\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" همیشه وقتی یک جنایتکار به وسیله دفاعیات یک وکیل رنگ آزاد می\\u200cشود، از قانون بیزار می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در مصرف مشروبات الکلی اسراف کرده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تا وقتی که کسی با من حرف نزند با او صحبت نمی\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هرگز گرفتاری قانون نداشته\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اوقاتی بوده که در طی آن، به طرز غیر عادی و بدون علت خاصی احساس خوشحالی می\\u200cکردم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" افکار مربوط به\\u200c امور جنسی آزارم می\\u200cدهد. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"وقتی چند نفر به دردسر می\\u200cافتند، بهترین کار این است که داستانی درست کرده و همه به آن بچسبند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دیدن آزار و اذیت حیوانات باعث ناراحتی من نمی\\u200cشود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم احساساتی تر از دیگران هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هرگز در زندگی عروسک بازی را دوست نداشته\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اغلب اوقات زندگی برایم رنج\\u200cآور است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در مورد بعضی از مسائل آنقدر حساسم که نمی\\u200cتوانم در موردشان صحبت کنم. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در مدرسه صحبت در مقابل کلاس برایم خیلی مشکل بود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من مادرم را دوست دارم، یا (اگر اگر مادرتان مرده است) من مادرم را دوست داشتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اکثر اوقات، حتی در کنار دیگران احساس تنهایی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دیگران به قدر لازم با من تفاهم دارند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از شرکت در بازی هایی که خوب بلد نیستم خودداری می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم مثل دیگران به آسانی دوست پیدا کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست ندارم دیگران دورو برم باشند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دیگران می\\u200cگویند که من هنگام خواب راه می\\u200cروم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کسی که با سهل انگاری خود، دیگران را به دزدیدن اموالش وسوسه می\\u200cکند، به اندازه کسی که دزدی کرده مقصر است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر می\\u200cکنم تقریباً هر کسی برای اینکه به دردسر نیفتد، دروغ خواهد گفت.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من حساس تر از اغلب مردم هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب مردم باطناً دوست ندارند که برای کمک به دیگران خود را به دردسر بیندازند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر رویاهایم درباره مسائل جنسی است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" پدر و مادرم و افراد خانواده\\u200cام بیش از حد از من ایراد می\\u200cگیرند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خیلی زود دست پاچه می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" درباره پول و کار، نگران هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هیچ وقت عاشق کسی نبوده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بعضی از کارهایی را که افراد خانواده\\u200cام انجام داده اند، مرا به وحشت انداخته است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تقریباً هیچ وقت خواب نمی\\u200cبینم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر اوقات لکه های قرمز روی گردنن پیدا می\\u200cشود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هرگز احساس فلجی یا ضعف غیر طبیعی نمی\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی بدون آنکه سرما خورده باشم، صدایم در نمی\\u200cآید یا تغییر می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب پدر و مادرم مرا وادار به اطاعت می\\u200cکردند، حتی وقتی که من این کار آنها را غیر منطقی می\\u200cدانستم .\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی بوهای ناجوری به مشام می\\u200cرسد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" نمی\\u200cتوانم ذهنم را روی یک موضوع متمرکز کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من به دلایلی، نسبت به یک یا چند نفر از اعضای خانواده\\u200cام حسادت می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"تقریباً همیشه درباره کسی یا چیزی نگران هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خیلی زود حوصله ام از دست دیگران سر می\\u200cرود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب آرزو می\\u200cکنم ای کاش مرده بودم. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی آنقدر هیجان زده می\\u200cشوم که خوابیدن برایم مشکل می\\u200cشود. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"من بیشتر از سهم خود در زندگی نگرانی داشته\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برای هیچ\\u200cکس چندان مهم نیست که چه بر سر من می\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی آنقدر خوب می\\u200cشنوم که باعث ناراحتیم می\\u200cشود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هر چیزی را به من می\\u200cگویند بلافاصله فراموش می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً حتی در\\u200cامور جزئی مجبورم که قبل از اقدام صبر کرده و فکر کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی که در خیابان آشنایانم را می\\u200cبینم، برای اجتناب از روبرو شدن با آنها، به طرف دیگر خیابان می\\u200cروم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب احساس می\\u200cکنم چیزهایی دور و برم واقعی نیستند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تنها قسمت جالب نشریات، بخش فکاهی آنها است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" عادت دارم که چیزهای بی اهمیت (مانند درخت\\u200cهای تیرهای چراغ برق) را بشمارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دشمنی ندارم که واقعا بخواهد به من صدمه بزند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" با کسانی که دوستانه تر از حد معمول به نظر می\\u200cرسند، با احتیاط رفتار می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" افکار غیر عادی و عجیب و غریبی دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دور شدن از خانه، حتی برای مسافرت های کوتاه، مرا مضطرب و ناراحت می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً انتظار دارم در کارهایی که انجام می\\u200cدهم، موفق شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی\\u200cکه تنها هستم، چیزهای عجیب و غریبی می\\u200cشنوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی از افراد یا چیزهایی میترسم که می\\u200cدانم صدمه ای به من نمی\\u200cزنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از تنها وارد شدن به اتاقی که یک عده در آن مشغول صحبت هستند، احساس ترس و ناراحتی نمی\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از به کار بردن چاقو یا هر چیز خیلی برنده و نوک تیز می\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی از آزار رساندن به کسی که خیلی دوستش دارم لذت می\\u200cبرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به آسانی می\\u200cتوانم دیگران را از خود بترسانم، گاهی برای شوخی این کار را می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برای من تمرکز حواس مشکل تر از دیگران است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بارها اتفاق افتاده که انجام کاری منصرف شده\\u200cام، زیرا توانایی انجام آن را در خود ندیده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کلمات بد و خیلی زشتی به ذهنم خطور می\\u200cکند و نمی\\u200cتوانم از شر آنها خلاص شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی افکار بی اهمیتی به ذهنم هجوم می\\u200cآورند و تا چند روز مرا ناراحت می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تقریبا هر روز چیزهایی اتفاق می\\u200cافتد که مرا می\\u200cترساند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" نگاهی سرشار از انرژی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً کارها را سخت می\\u200cگیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی از آزار دیدن به وسیله کسی که دوستش دارم لذت می\\u200cبرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مردم درباره من چیزهای زشت و توهین آمیزی می\\u200cگویند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در جاهای بسته احساس ناراحتی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" زیاد خودپسند نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کسی فکر و ذهن مرا کنترل می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در مهمانی ها بیشتر اوقات به جای اینکه داخل جمع شوم، ترجیح می\\u200cدهم تنها یا فقط با یک نفر بنشینم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر اوقات رفتار مردم برخلاف انتظار من است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"گاهی احساس کرده\\u200cام مشکلاتم آنقدر زیاد شده اند که نمی\\u200cتوانم بر آنها غلبه کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دید و بازدید از آشنایان را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی ذهنم کند تر از حد معمول کار می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در اتوبوس، قطار و ... اغلب با غریبه ها صحبت می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بچه ها را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از شرط بندی روی چیزهای کوچک خوشم می\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر امکاناتی فراهم شود، می\\u200cتوانم کاری انجام دهم که برای مردم بسیار سودمند باشد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب به افراد به اصطلاح متخصصی برخورده\\u200cام، که به اندازه من کار بلد نبوده اند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی می\\u200cشنوم یکی از آشنایانم به موفقیتی رسیده است، احساس شکست می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب آرزو می\\u200cکنم که ای کاش دوباره بچه بودم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خوش ترین ساعات زندگیم وقتی است که تنها باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر به من فرصت دهند، رهبر خوبی برای مردم می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از شنیدن داستان ها و جوک های بی ادبانه خجالت می\\u200cکشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولا مردم بیش از آنچه که به دیگران احترام می\\u200cگذارند، توقع احترام دارند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از مهمانی ها فقط به این دلیل که با مردم هستم لذت می\\u200cبرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" سعی می\\u200cکنم داستان های خوبی را به خاطر بسپارم تا بتوانم برای دیگران بازگو کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" یک یا چند بار در زندگی احساس کرده\\u200cام فردی به وسیله هیپنوتیزم مرا وادار به انجام کارهایی کرده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"زمانی که مشغول انجام کاری هستم، نمی\\u200cتوانم حتی برای لحظه\\u200cای آن را کنار بگذارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب در غیبت کردن و عیب جویی های اطرافیانم شرکت نمی\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب، دیگران نسبت به فکرهای خوب من حسادت می\\u200cکنند، فقط به این دلیل که این فکرها قبلاً به ذهن خود آنها نرسیده بود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از شور و هیجان یک جمع ناراحت می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از ملاقات با آدمهای غریبه ناراحت نمی\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"کسی سعی دارد روی فکر من تاثیر بگذارد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"یادم می\\u200cآید گاهی برای خلاص شدن از گرفتاری خودم را به مریضی زده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی که در جمع دوستان شاد و سرزنده هستم، نگرانی هایم برطرف می\\u200cشود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی که کاری خوب پیش نمی\\u200cرود دلم می\\u200cخواهد آن کار را فوراً کنار بگذارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم دیگران بدانند، من بر کارها مسلط هستم .\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مواقعی بوده که به قدری سرشار از انرژی بوده\\u200cام که چند روزی نیاز به خواب نداشتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هر وقت امکان داشته باشد از حضور در میان جمعیت پرهیز می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از روبرو شدن با گرفتاری یا مشکل شانه خالی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی\\u200cکه می\\u200cخواهم کاری انجام دهم و دیگران می\\u200cگویند که ارزش انجام دادن ندارد، آن را کنار می\\u200cگذارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" میهمانی ها و اجتماعات را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب آرزو می\\u200cکنم ای کاش از جنس مخالف بودم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" زود عصبانی نمی\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در گذشته کارهای زشتی انجام داده\\u200cام که هرگز درباره آنها با کسی صحبت نکرده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب مردم برای پیشرفت در زندگی تا حدی از روش\\u200cهای غیر عادلانه استفاده می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی که دیگران سوال های خصوصی از من می\\u200cپرسند، عصبی می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"فکر می\\u200cکنم نمی\\u200cتوانم برای آینده\\u200cام برنامه\\u200cریزی نمایم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از خودم، با وضع و حالی که دارم، راضی نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" زمانی که خانواده یا دوستانم در مورد طرز زندگیم مرا نصیحت می\\u200cکنند، عصبانی می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"در بچگی زیاد تنبیه بدنی شده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی که دیگران از من تعریف می\\u200cکنند، ناراحت می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"دوست ندارم نظر دیگران را در مورد زندگی بشنوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب، با افرادی که به من نزدیک هستند، اختلاف نظر جدی دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی که واقعاً کارها، بد پیش می\\u200cرود، می\\u200cدانم که می\\u200cتوانم روی کمک خانواده\\u200cام حساب کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در بچگی میهمانها بازی را دوست داشتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"از آتش نمیترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی از سایرین دوری می\\u200cکنم، چون میترسم پیش آنها کاری بکنم یا حرفی بزنم که بعدا پشیمان شوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من گاهی مشروب می\\u200cخورم، و فقط در این موقع است که می\\u200cتوانم احساس واقعی\\u200cام را بیان کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خیلی کم دوره های غمگینی داشته\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب می\\u200cگویند که من آدم جوشی و تندخویی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از اینکه در گذشته بعضی از حرفهایم ممکن است دیگران را رنجانده باشد، ناراحتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" احساس می\\u200cکنم نمی\\u200cتوانم همه چیز را درباره خودم به کسی بگویم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" رعدوبرق یکی از چیزهایی است که از آن ها می\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم مردم را درباره کارهای بعدی\\u200cام، در حال حدس و گمان قرار دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب نقشه هایی که در گذشته کشیده\\u200cام، آنقدر پر از اشکال بوده که مجبور شده\\u200cام از آنها صرف نظر کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از تنها ماندن در تاریکی می\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب اوقات وقتی خواستم جلوی اشتباه کسی را بگیرم ، نگران این بوده\\u200cام که مبادا فکر کنند نیت بدی دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" طوفان مرا به وحشت می\\u200cاندازد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب از دیگران راهنمایی می\\u200cخواهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" آینده هر فرد نا مطمئن تر از آن است که بتوان برای آن نقشه های جدید کشید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب اوقات حتی زمانی که همه چیز خوب پیش می\\u200cرود، احساس می\\u200cکنم هیچ چیز برایم مهم نیست.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از آب نمیترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب برای تصمیم\\u200cگیری در مورد کاری، باید مدت\\u200cهای طولانی روی آن فکر کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی خواسته\\u200cام به کسی خوبی کرده و کمکش کنم، اغلب در مورد نیت من دچار سوء تفاهم شده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مشکلی در بلعیدن ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً آرام هستم و به آسانی عصبانی نمی\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مطمئناً از ضربه زدن به مجرمین، به شیوه خودشان، لذت خواهم برد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به دلیل گناهی که مرتکب شده\\u200cام سزاوار مجازات سختی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از شکست ها چنان ناراحت می\\u200cشوم که نمی\\u200cتوانم آنها را از ذهن بیرون کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از اینکه هنگام کار کردن کسی مرا نگاه کند ناراحت می\\u200cشوم، حتی زمانی که می\\u200cدانم می\\u200cتوانم آن کار را به خوبی انجام دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر کسی در صف از من جلو بزند، آنقدر ناراحت می\\u200cشوم که به او اعتراض می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی فکر می\\u200cکنم به درد هیچ کاری نمی\\u200cخورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در دوران مدرسه، اغلب غیبت می\\u200cکردم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" یک یا چند نفر از افراد خانواده\\u200cام، آدم هایی بسیار عصبی هستند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی مجبور شده\\u200cام با افراد گستاخ و مزاحم رفتار خشنی داشته باشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" درباره بدبختی های احتمالی آینده نگرانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" عقاید سیاسی محکمی دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم در مسابقات اتومبیل رانی شرکت کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" استفاده از حقه های قانونی، به شرط آن که منجر به قانون شکنی نشود، اشکالی ندارد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" عده ای هستند که من از آنها آن قدر متنفرم که وقتی گرفتاری برایشان پیش می\\u200cآید، عمیقاً خوشحال می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" انتظار کشیدن مرا عصبانی می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اگر دیگران فکر کنند که من کاری را درست انجام نمی\\u200cدهم، آن کار را کنار می\\u200cگذارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کوچکتر که بودم، شیفته شور و هیجان بودم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برای غلبه بر رقیب خود، حاضرم هر کاری بکنم. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"از اینکه مردم در خیابان، فروشگاه و ... مرا نگاه کنند ناراحت می\\u200cشوم. \",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"مردی که در دوران کودکی از من نگهداری می\\u200cکرد (مانند پدر یا ناپدری) نسبت به من خیلی سختگیر بود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" لی لی و طناب بازی را دوست داشتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تا به حال هرگز یک شبح ندیده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تاکنون چندین بار نظرم را درباره شغل دائمی خود تغییر داده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هرگز بدون تجویز پزشک، دارو یا قرص های خواب آور مصرف نمی\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب از اینکه بد اخلاق و زود رنج هستم تأسف می\\u200cخورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در مدرسه همیشه نمره انضباطم بد بود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من شیفته آتش هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی که مجبور باشم، تنها آن قسمت از حقیقت را می\\u200cگویم که برای خودم ضرری نداشته باشد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر من با چند تا از دوستانم دچار گرفتاری می\\u200cشدیم و همه به یک اندازه مقصر بودیم، ترجیح می\\u200cدادم که همه تقصیرها را خودم برعهده بگیرم، اما دوستانم را لو ندهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب اوقات از تاریکی می\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی که مردی، زنی را ملاقات می\\u200cکند، معمولاً به جنبه های جنسی زن فکر می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً با افرادی که می\\u200cخواهم آنها را راهنمایی کنم یا اصلاح کنم، بسیار رک هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از تصور وقوع یک زمین لرزه به وحشت می\\u200cافتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بلافاصله یک نظر یا فکر خوب را صد در صد قبول می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولا به جای راهنمایی خواستن از دیگران ترجیح می\\u200cدهم خودم کارها را حل و فصل کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از اینکه در محل بسته یا جایی شبیه انبار باشم می\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" باید قبول کنم که گاهی بی دلیل درباره چیزهایی واقعاً بی اهمیت نگران شده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هرگز نظر بد یا احساس ترحم خودم را نسبت به دیگران پنهان نمی\\u200cکنم، ولو آنکه از من برنجد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من آدم بسیار حساسی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" غالباً زیر دست کسانی کار کرده\\u200cام که کارها را طوری جور می\\u200cکنند که امتیازها نصیب خودشان شود، اما بتوانند اشتباه ها را به گردن زیردستان خود بیاندازند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" چون آدم کم رویی هستم، گاهی دفاع از حق برایم سخت است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از دیدن زباله منزجر یا وحشت زده می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از عالم رویا، برای خود یک زندگی خیالی ساخته\\u200cام، که درباره آن با دیگران حرف نمی\\u200cزنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بعضی از افراد خانواده\\u200cام تندخو هستند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" نمی\\u200cتوانم هیچ کاری را خوب انجام دهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از اینکه اغلب اوقات احساس تأسفم را از آنچه واقعا هست نشان می\\u200cدهم، احساس گناه می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً قاطعانه از عقاید خودم دفاع می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از عنکبوت نمی\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به آینده امیدی ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اعضای خانواده و بستگان نزدیکم، روابط خوبی با هم دارند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم لباس های گران قیمت بپوشم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" حتی وقتی درباره موضوعی تصمیم گرفته\\u200cام، دیگران می\\u200cتوانند نظرم را به آسانی تغییر دهند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از دیدن بعضی حیوانات ناراحت می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" می\\u200cتوانم به اندازه دیگران درد را تحمل کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" چندین بار من آخرین نفری بوده\\u200cام که از تلاش برای انجام کاری دست کشیده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از اینکه دیگران مرا وادار به عجله کنند، عصبانی می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از موش نمی\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هفته ای چند بار احساس می\\u200cکنم که گویی اتفاق خطرناکی در حال وقوع است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب اوقات احساس خستگی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تعمیر کردن قفل در را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی مطمئنم که دیگران نمی\\u200cتوانند افکارم را بخوانند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از تنها بودن در یک مکان وسیع و سر باز می\\u200cترسم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دوست دارم مطالب علمی بخوانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی احساس می\\u200cکنم که دارم متلاشی می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تعدادی زیادی از مردم مرتکب رفتارهای جنسی ناپسند می\\u200cشوند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"بارها در اواسط شب وحشت\\u200cزده شده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از اینکه فراموش می\\u200cکنم اشیا را کجا گذاشته ام، بسیار ناراحت می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کسی که در بچگی بیش از همه به او دلبسته بودم و بیشتر از هر کس دیگری او را تحسین می\\u200cکردم، یک زن بود (مادر، خواهر، عمه یا زن دیگر).\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" داستان های ماجراجویانه را بیشتر از داستان\\u200cهای عشقی دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب گیج شده و فراموش می\\u200cکنم که چه می\\u200cخواستم بگویم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من آدم بسیار دست و پا چلفتی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" انجام ورزش های خشن (مثل بوکس) را واقعاً دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"از همه اعضای خانواده ام متنفرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بعضی ها فکر می\\u200cکنند که شناختن من مشکل است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر اوقات فراغتم را به تنهایی می\\u200cگذرانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی دیگران کاری می\\u200cکنند که باعث خشم من می\\u200cشود، نارضایتی خودم را نسبت به کارشان بیان می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"معمولاً تصمیم گیری برایم سخت است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مردم مرا آدم جذابی نمی\\u200cدانند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مردم با من خیلی مهربان نیستند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب احساس می\\u200cکنم که به خوبی دیگران نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من خیلی لجوج هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مصرف حشیش برایم لذت بخش بوده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیماری روانی نشانه ضعف فرد است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من گرفتار مواد مخدر یا الکل هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" ارواح یا اشباح می\\u200cتوانند مردم را در جهت خوب یا بد تحت تاثیر قرار دهند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" وقتی مجبورم تصمیم\\u200cهای مهمی بگیرم، احساس درماندگی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" همیشه سعی می\\u200cکنم خوشحال باشم، حتی زمانی که دیگران ناراحت هستند یا ایراد می\\u200cگیرند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی\\u200cکه با مشکلی مواجه می\\u200cشوم، در میان گذاشتن آن با دیگران ناراحتم می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به اهداف اصلی خود در زندگی رسیده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معتقدم که مردم باید مشکلات شخصی شان را برای خودشان نگه دارند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" این روزها احساس فشار یا استرس زیادی نمی\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر این که تغییراتی در زندگی بدهم، ناراحتم می\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بزرگترین مشکل من ناشی از رفتار یکی از نزدیکترین کسانم است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از رفتن به دکتر متنفرم، حتی موقعی که مریض هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" با اینکه زندگیم راضی نیستم، اما در این مورد کاری از دستم بر نمی\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برای کاهش مشکلات و نگرانی\\u200cها، صحبت کردن با دیگران مفیدتر از دارو خوردن است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من عادت های واقعاً مضری دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مواقعی که مشکلاتی پیش می\\u200cآید، ترجیح می\\u200cدهم که دیگران به حل آن بپردازند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معایبی دارم که نمی\\u200cتوانم آن را از بین ببرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کارهای روزمره زندگی آن قدر حالم را به هم می\\u200cزند که دلم می\\u200cخواهد همه آنها را رها کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تازگی ها به فکر خودکشی افتاده ام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی که دیگران مزاحم کارم می\\u200cشوند، اغلب بسیار بد اخلاق می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"اغلب احساس می\\u200cکنم که می\\u200cتوانم فکر دیگران را بخوانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در مواقعی که مجبورم تصمیم\\u200cهای مهمی\\u200cبگیرم، عصبانی می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دیگران می\\u200cگویند که من خیلی تند غذا می\\u200cخورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هفته یک بار یا بیشتر مست یا نئشه می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" کسی یا چیز پر ارزشی را از دست داده ام که هرگز آن را فراموش نخواهم کرد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی آن \\u200cقدر خشمگین و ناراحت می\\u200cشوم که حال خودم را نمی\\u200cفهمم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" قبول نکردن کاری که دیگران از من می\\u200cخواهند برایم مشکل است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" خوش ترین اوقات من زمانی است که تنها هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" زندگیم پوچ و بی\\u200cمعنی است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" نمی\\u200cتوانم در شغلی برای مدت طولانی بمانم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در زندگی اشتباه های زیادی داشته\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از اینکه در برابر دیگران زیاد تسلیم می\\u200cشوم، ناراحتم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تازگی ها درباره خودکشی زیاد فکر می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تصمیم\\u200cگیری به جای دیگران و تعیین شغل برای آنها را دوست دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" حتی اگر خانواده \\u200cام نباشند، می\\u200cدانم که همیشه کسی از من مراقبت خواهد کرد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از ایستادن در صف جاهایی مثل سینما، رستوران، مکان\\u200cهای ورزشی و ... متنفرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" من سعی کرده ام خودم را بکشم، اما هیچ کس این موضوع را نمی\\u200cداند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" همه چیز در اطرافم بسیار سریع می\\u200cگذرد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" می\\u200cدانم که سربار دیگران هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بعد از یک روز بد، معمولا به مشروب نیاز دارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر مشکلات من از بد شانسی است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی به نظر می\\u200cرسد که نمی\\u200cتوانم حرف زدنم را قطع کنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی بدون اینکه علتش را بدانم، عمداً خودم را زخمی می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"من ساعت\\u200cهای طولانی کار می\\u200cکنم، حتی اگر شغلم ایجاب نکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً پس از اینکه خوب گریه می\\u200cکنم، احساس می\\u200cکنم که حالم بهتر شده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فراموش می\\u200cکنم که چیزها را کجا می\\u200cگذارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر می\\u200cتوانستم دوباره زندگی کنم، تغییر زیادی در آن نمی\\u200cدادم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر افرادی که به آنها اعتماد کرده ام کارهایشان را سر وقت انجام ندهند، بسیار کج خلق می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به دنبال هر ناراحتی، سردرد می\\u200cگیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از انجام دادن معامله ای که در آن به طرف مقابل کلک بزنم، خوشم می\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اغلب مردها هر چند وقت یکبار به همسرشان خیانت می\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اخیراً نسبت به حل مشکلاتم بی علاقه شده\\u200cام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" یکبار به دنبال مشروب خوردن، عصبانی شده و ظروف و اثاثیه را شکستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اگر برای انجام کاری محدودیت زمانی داشته باشم، آنها را بهتر انجام می\\u200cدهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" یک بار به قدری از دست کسی عصبانی شدم که احساس کردم دارم منفجر می\\u200cشوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی افکار وحشتناکی در مورد خانواده ام به ذهنم می\\u200cآید.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" دیگران می\\u200cگویند که من به مشروب معتاد هستم، اما خودم موافق نیستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" برای انجام کارهایم همیشه وقت کم می\\u200cآورم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" این روزها دائماً به مرگ و زندگی پس از آن فکر می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر اوقات چیزهایی را که ممکن است هرگز بدرد نخورد نگه می\\u200cدارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی آنقدر عصبانی شده ام که در حین دعوا به کسی صدمه زده ام.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" اخیراً احساس می\\u200cکنم در هر کاری که انجام می\\u200cدهم مورد آزمایش قرار می\\u200cگیرم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در حال حاضر ارتباط زیادی با بستگانم ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" گاهی به نظرم می\\u200cرسد افکارم را که با صدای بلند بیان می\\u200cشوند، می\\u200cشنوم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هنگامی که غمگین هستم، معمولاً با دیدار دوستانم، ناراحتی ام از بین می\\u200cرود.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" به نظر می\\u200cرسد هر چه که برایم رخ می\\u200cدهد، قبلاً نیز برایم رخ داده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" هر وقت زندگی برایم سخت می\\u200cشود، جز تسلیم چاره ای نمی\\u200cبینم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" حتی در خانه خودم، به تنهایی نمی\\u200cتوانم به یک اتاق تاریک بروم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فکر پول و درآمد ذهنم را خیلی به خود مشغول کرده است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" مرد باید رئیس خانواده باشد.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" فقط در خانه خودم احساس آرامش می\\u200cکنم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" افرادی که با آنها کار می\\u200cکنم مشکلات مرا درک نمی\\u200cکنند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" از درآمدم راضی هستم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" معمولاً برای انجام کارهایم انرژی کافی ندارم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" تعریف و تمجید دیگران از من، ناراحتم نمی\\u200cکند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" در اغلب ازدواج\\u200cها یک یا هر دو طرف ناخشنودند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \"  تقریباً هیچ وقت کنترل خود را از دست نمی\\u200cدهم.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" این روزها به خاطر سپردن گفته های دیگران برایم مشکل است.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"2\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" غمگینی یا ناراحتی ام به کارم لطمه می\\u200cزند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"text\": \" بیشتر زوج های متاهل، نسبت به هم علاقه زیادی نشان نمی\\u200cدهند.\",\n                \"answer\": {\n                    \"type\": \"optional\",\n                    \"options\": [\n                        \"بلی\",\n                        \"خیر\"\n                    ]\n                },\n                \"user_answered\": \"1\"\n            }\n        ],\n        \"prerequisites\": [\n            {\n                \"type\": \"text\",\n                \"label\": \"gender\",\n                \"text\": \"جنسیت\",\n                \"answer\": {\n                    \"type\": \"select\",\n                    \"options\": [\n                        \"زن\",\n                        \"مرد\"\n                    ]\n                },\n                \"alias\": \"gender\",\n                \"force\": true,\n                \"user_answered\": \"1\"\n            },\n            {\n                \"type\": \"text\",\n                \"label\": \"age\",\n                \"text\": \"سن\",\n                \"answer\": {\n                    \"type\": \"number\"\n                },\n                \"alias\": \"age\",\n                \"force\": true,\n                \"user_answered\": \"39\"\n            },\n            {\n                \"type\": \"text\",\n                \"label\": \"education\",\n                \"text\": \"تحصیلات\",\n                \"answer\": {\n                    \"type\": \"select\",\n                    \"options\": [\n                        \"ابتدایی اول\",\n                        \"ابتدایی دوم\",\n                        \"متوسطه اول\",\n                        \"متوسطه دوم\",\n                        \"دیپلم\",\n                        \"کارشناسی\",\n                        \"کارشناسی ارشد\",\n                        \"پزشکی عمومی\",\n                        \"متخصص\",\n                        \"دکتری تخصصی\",\n                        \"حوزوی مقدمات\",\n                        \"حوزوی سطح۱\",\n                        \"حوزوی سطح۲\",\n                        \"حوزوی سطح۳\",\n                        \"حوزوی سطح۴\"\n                    ]\n                },\n                \"alias\": \"education\",\n                \"force\": true,\n                \"user_answered\": \"4\"\n            },\n            {\n                \"type\": \"text\",\n                \"label\": \"hospitalized\",\n                \"text\": \"اگر درحال حاضر بستری هستید، چندروز بستری شده اید؟\",\n                \"answer\": {\n                    \"type\": \"number\"\n                },\n                \"user_answered\": \"13\"\n            }\n        ],\n        \"cornometer\": 16,\n        \"score\": null,\n        \"score_current_version\": null,\n        \"score_last_version\": \"1.0.0\",\n        \"profiles\": []\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"},{"id":"c14351db-39dd-475e-8ea7-c7acb02cca82","name":"Index","originalRequest":{"method":"GET","header":[],"url":{"raw":"{{HostPath}}$/samples?scale&status","host":["{{HostPath}}$"],"path":["samples"],"query":[{"key":"scale","value":null},{"key":"status","value":null}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Sat, 22 Aug 2020 17:16:53 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"Access-Control-Allow-Origin","value":"http://risloo.local"},{"key":"Access-Control-Allow-Credentials","value":"true"},{"key":"Access-Control-Allow-Headers","value":"*"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"$X1HQU7YTX\",\n            \"scale\": {\n                \"id\": \"$MMPI-93\",\n                \"title\": \"آزمون چندوجهی مینه\\u200cسوتا\"\n            },\n            \"status\": \"open\",\n            \"edition\": \"\",\n            \"version\": \"2\",\n            \"edition_version\": null,\n            \"client\": {\n                \"id\": \"IR96666Q\",\n                \"name\": \"سوده محمدی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"owner\": {\n                \"id\": \"IR96666Q\",\n                \"name\": \"سوده محمدی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"room\": {\n                \"id\": \"RS966666M\",\n                \"creator\": {\n                    \"id\": \"IR966663\",\n                    \"name\": \"محمدحسن صالحی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"manager\": {\n                    \"id\": \"IR96666Q\",\n                    \"name\": \"سوده محمدی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"center\": {\n                    \"id\": \"RS966666M\",\n                    \"creator\": {\n                        \"id\": \"IR966663\",\n                        \"name\": \"محمدحسن صالحی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"manager\": {\n                        \"id\": \"IR96666Q\",\n                        \"name\": \"سوده محمدی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"acceptation\": {\n                        \"id\": \"RU9666668\",\n                        \"creator\": {\n                            \"id\": \"IR966663\",\n                            \"name\": \"محمدحسن صالحی\",\n                            \"gender\": null,\n                            \"avatar\": null\n                        },\n                        \"user\": {\n                            \"id\": \"IR96666Q\",\n                            \"name\": \"سوده محمدی\",\n                            \"gender\": null,\n                            \"avatar\": null\n                        },\n                        \"position\": \"manager\",\n                        \"meta\": null,\n                        \"accepted_at\": 1597640165,\n                        \"kicked_at\": null,\n                        \"created_at\": 1597640165,\n                        \"updated_at\": 1597640165\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"personal_clinic\",\n                    \"detail\": {\n                        \"title\": \"کلینیک شخصی سوده محمدی\",\n                        \"description\": \"از توی جیب چه جور آدم\\u200cهایی است و از این اباطیل... پیدا.\",\n                        \"address\": \"خراسان رضوی خیابان محجوبی ساختمان منصور\",\n                        \"avatar\": null,\n                        \"phone_numbers\": [\n                            \"02345969343\",\n                            \"08309202183\"\n                        ]\n                    },\n                    \"created_at\": 1597640165,\n                    \"updated_at\": 1597640165\n                },\n                \"acceptation\": {\n                    \"id\": \"RU9666668\",\n                    \"creator\": {\n                        \"id\": \"IR966663\",\n                        \"name\": \"محمدحسن صالحی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"user\": {\n                        \"id\": \"IR96666Q\",\n                        \"name\": \"سوده محمدی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"position\": \"manager\",\n                    \"accepted_at\": 1597640165,\n                    \"kicked_at\": null,\n                    \"created_at\": 1597640165,\n                    \"updated_at\": 1597640165\n                },\n                \"status\": \"active\",\n                \"type\": \"personal_clinic\",\n                \"created_at\": 1597640165,\n                \"updated_at\": 1597640165\n            },\n            \"case\": null,\n            \"code\": null,\n            \"created_at\": 1598094632,\n            \"started_at\": null,\n            \"scored_at\": null,\n            \"closed_at\": null\n        },\n        {\n            \"id\": \"$X1HQ71QQQ\",\n            \"scale\": {\n                \"id\": \"$MCMI-93\",\n                \"title\": \"آزمون شخصیت میلون\"\n            },\n            \"status\": \"done\",\n            \"edition\": \"\",\n            \"version\": \"3\",\n            \"edition_version\": null,\n            \"client\": {\n                \"id\": \"IR96666Q\",\n                \"name\": \"سوده محمدی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"owner\": {\n                \"id\": \"IR96666Q\",\n                \"name\": \"سوده محمدی\",\n                \"gender\": null,\n                \"avatar\": null\n            },\n            \"room\": {\n                \"id\": \"RS966666M\",\n                \"creator\": {\n                    \"id\": \"IR966663\",\n                    \"name\": \"محمدحسن صالحی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"manager\": {\n                    \"id\": \"IR96666Q\",\n                    \"name\": \"سوده محمدی\",\n                    \"gender\": null,\n                    \"avatar\": null\n                },\n                \"center\": {\n                    \"id\": \"RS966666M\",\n                    \"creator\": {\n                        \"id\": \"IR966663\",\n                        \"name\": \"محمدحسن صالحی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"manager\": {\n                        \"id\": \"IR96666Q\",\n                        \"name\": \"سوده محمدی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"acceptation\": {\n                        \"id\": \"RU9666668\",\n                        \"creator\": {\n                            \"id\": \"IR966663\",\n                            \"name\": \"محمدحسن صالحی\",\n                            \"gender\": null,\n                            \"avatar\": null\n                        },\n                        \"user\": {\n                            \"id\": \"IR96666Q\",\n                            \"name\": \"سوده محمدی\",\n                            \"gender\": null,\n                            \"avatar\": null\n                        },\n                        \"position\": \"manager\",\n                        \"meta\": null,\n                        \"accepted_at\": 1597640165,\n                        \"kicked_at\": null,\n                        \"created_at\": 1597640165,\n                        \"updated_at\": 1597640165\n                    },\n                    \"status\": \"active\",\n                    \"type\": \"personal_clinic\",\n                    \"detail\": {\n                        \"title\": \"کلینیک شخصی سوده محمدی\",\n                        \"description\": \"از توی جیب چه جور آدم\\u200cهایی است و از این اباطیل... پیدا.\",\n                        \"address\": \"خراسان رضوی خیابان محجوبی ساختمان منصور\",\n                        \"avatar\": null,\n                        \"phone_numbers\": [\n                            \"02345969343\",\n                            \"08309202183\"\n                        ]\n                    },\n                    \"created_at\": 1597640165,\n                    \"updated_at\": 1597640165\n                },\n                \"acceptation\": {\n                    \"id\": \"RU9666668\",\n                    \"creator\": {\n                        \"id\": \"IR966663\",\n                        \"name\": \"محمدحسن صالحی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"user\": {\n                        \"id\": \"IR96666Q\",\n                        \"name\": \"سوده محمدی\",\n                        \"gender\": null,\n                        \"avatar\": null\n                    },\n                    \"position\": \"manager\",\n                    \"accepted_at\": 1597640165,\n                    \"kicked_at\": null,\n                    \"created_at\": 1597640165,\n                    \"updated_at\": 1597640165\n                },\n                \"status\": \"active\",\n                \"type\": \"personal_clinic\",\n                \"created_at\": 1597640165,\n                \"updated_at\": 1597640165\n            },\n            \"case\": null,\n            \"code\": null,\n            \"created_at\": 1597979705,\n            \"started_at\": null,\n            \"scored_at\": null,\n            \"closed_at\": null\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://api.risloo.local/api/$/samples?page=1\",\n        \"last\": \"http://api.risloo.local/api/$/samples?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://api.risloo.local/api/$/samples\",\n        \"per_page\": 15,\n        \"to\": 2,\n        \"total\": 2,\n        \"orders\": {\n            \"allowed\": [\n                \"id\",\n                \"posts.id\"\n            ],\n            \"current\": {\n                \"posts.id\": \"desc\"\n            },\n            \"default\": {\n                \"posts.id\": \"desc\"\n            }\n        },\n        \"filters\": {\n            \"allowed\": {\n                \"scale\": {\n                    \"$16PF-93\": \"پرسشنامه 16 عاملی شخصیت کتل (2)\",\n                    \"$NEO-93\": \"پرسشنامه نئو نئوی۲۴۰ سؤالی (5)\",\n                    \"$NEO-9A\": \"پرسشنامه نئو نئو۶۰ سؤالی (5)\",\n                    \"$MCMI-93\": \"آزمون شخصیت میلون (3)\",\n                    \"$MMPI-93\": \"آزمون چندوجهی مینه\\u200cسوتا (2)\"\n                },\n                \"status\": [\n                    \"seald\",\n                    \"open\",\n                    \"closed\",\n                    \"scored\"\n                ]\n            },\n            \"current\": []\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"436f7385-0783-405f-8128-5dd2ca047921"}],"id":"07111320-3bd8-4540-8adb-4659b81f8b25","auth":{"type":"apikey","apikey":{"value":"{{Token}}","key":"authorization","in":"header"}},"_postman_id":"07111320-3bd8-4540-8adb-4659b81f8b25"},{"name":"Centers","item":[{"name":"Index","id":"f24c5b22-8332-4096-9093-88018fdb8d10","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{HostPath}}centers?type&my&my_position","host":["{{HostPath}}centers"],"query":[{"key":"type","value":null,"description":"[personal_clinic, counseling_center]","type":"text"},{"key":"my","value":null,"description":"[yes, no]","type":"text"},{"key":"my_position","value":null,"description":"[manager, operator, client, psychologist]","type":"text"}]}},"response":[{"id":"fcaa1b02-0a72-4369-8369-f5027c346054","name":"Index","originalRequest":{"method":"GET","header":[],"body":{"mode":"formdata","formdata":[]},"url":{"raw":"{{HostPath}}centers?type&my&my_position","host":["{{HostPath}}centers"],"query":[{"key":"type","value":null,"description":"[personal_clinic, counseling_center]"},{"key":"my","value":null,"description":"[yes, no]"},{"key":"my_position","value":null,"description":"[manager, operator, client, psychologist]"}]}},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Tue, 11 Aug 2020 15:25:48 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"RS9666636\",\n            \"manager\": {\n                \"id\": \"IR96666F\",\n                \"name\": \"رضا جوادی\",\n                \"email\": \"client2@risloo.com\",\n                \"mobile\": \"989195742202\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": \"client2\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"detail\": {\n                \"title\": \"مرکز مشاوره و روان\\u200cدرمانی طلیعه سلامت\",\n                \"description\": \"زیر نظر دکتر جان\\u200cبزرگی\",\n                \"address\": \"تهران، سهروردی شمالی، بین کوچه ۲ و ۴ کلینیک مرکز مشاوره طلیعه سلامت\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F9666TX\",\n                        \"file_name\": \"P966669B_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669B_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1597158919,\n                        \"updated_at\": 1597158919\n                    },\n                    \"medium\": {\n                        \"id\": \"F9666T7\",\n                        \"file_name\": \"P966669B_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669B_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1597158919,\n                        \"updated_at\": 1597158919\n                    },\n                    \"original\": {\n                        \"id\": \"F9666TS\",\n                        \"file_name\": \"P966669B_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669B_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1597158919,\n                        \"updated_at\": 1597158919\n                    },\n                    \"small\": {\n                        \"id\": \"F9666TY\",\n                        \"file_name\": \"P966669B_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669B_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1597158919,\n                        \"updated_at\": 1597158919\n                    }\n                },\n                \"phone_numbers\": [\n                    \"0213528754\",\n                    \"02532813073\"\n                ]\n            },\n            \"created_at\": 1597158919,\n            \"updated_at\": 1597158919\n        },\n        {\n            \"id\": \"RS966669K\",\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"email\": \"psychologist1@risloo.com\",\n                \"mobile\": \"989195742210\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"detail\": {\n                \"title\": \"استاد کیخسرو علی\",\n                \"description\": \"حقوق شغل جدیدم در بیاورم. البته از معلمی، هم اُقم.\",\n                \"address\": \"استان همدان خیابان عصار ساختمان جاوید قطعه 33 کد پستی 9220517365\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F9666TC\",\n                        \"file_name\": \"P9666694_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666694_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666694_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971416,\n                        \"updated_at\": 1596971416\n                    },\n                    \"medium\": {\n                        \"id\": \"F9666TZ\",\n                        \"file_name\": \"P9666694_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666694_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666694_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971416,\n                        \"updated_at\": 1596971416\n                    },\n                    \"original\": {\n                        \"id\": \"F9666TP\",\n                        \"file_name\": \"P9666694_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666694_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666694_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971416,\n                        \"updated_at\": 1596971416\n                    },\n                    \"small\": {\n                        \"id\": \"F9666T2\",\n                        \"file_name\": \"P9666694_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666694_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666694_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971416,\n                        \"updated_at\": 1596971416\n                    }\n                },\n                \"phone_numbers\": null\n            },\n            \"created_at\": 1596971416,\n            \"updated_at\": 1596971416\n        },\n        {\n            \"id\": \"RS966669B\",\n            \"manager\": {\n                \"id\": \"IR963U3P\",\n                \"name\": \"بی بی خوئینی\\u200cها\",\n                \"email\": null,\n                \"mobile\": \"989356356373\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962041,\n                \"updated_at\": 1596978714,\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F9666T8\",\n                        \"file_name\": \"P966669A_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669A_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669A_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596978714,\n                        \"updated_at\": 1596978714\n                    },\n                    \"medium\": {\n                        \"id\": \"F9666TN\",\n                        \"file_name\": \"P966669A_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669A_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669A_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596978715,\n                        \"updated_at\": 1596978715\n                    },\n                    \"original\": {\n                        \"id\": \"F9666TU\",\n                        \"file_name\": \"P966669A_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669A_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669A_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596978714,\n                        \"updated_at\": 1596978714\n                    },\n                    \"small\": {\n                        \"id\": \"F9666TG\",\n                        \"file_name\": \"P966669A_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669A_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669A_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596978715,\n                        \"updated_at\": 1596978715\n                    }\n                },\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"personal_clinic\",\n            \"detail\": {\n                \"title\": \"کلینیک شخصی بی بی خوئینی\\u200cها\",\n                \"description\": \"دست هم قیافه. نه یک جور. دوازده جور. در این میان.\",\n                \"address\": \"استان گلستان خیابان سروستانی ساختمان فرجام\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F9666T8\",\n                        \"file_name\": \"P966669A_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669A_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669A_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596978714,\n                        \"updated_at\": 1596978714\n                    },\n                    \"medium\": {\n                        \"id\": \"F9666TN\",\n                        \"file_name\": \"P966669A_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669A_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669A_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596978715,\n                        \"updated_at\": 1596978715\n                    },\n                    \"original\": {\n                        \"id\": \"F9666TU\",\n                        \"file_name\": \"P966669A_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669A_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669A_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596978714,\n                        \"updated_at\": 1596978714\n                    },\n                    \"small\": {\n                        \"id\": \"F9666TG\",\n                        \"file_name\": \"P966669A_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966669A_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669A_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596978715,\n                        \"updated_at\": 1596978715\n                    }\n                },\n                \"phone_numbers\": [\n                    \"07673420931\",\n                    \"08106924475\"\n                ]\n            },\n            \"created_at\": 1596971416,\n            \"updated_at\": 1596971416\n        },\n        {\n            \"id\": \"RS9666695\",\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"email\": \"psychologist1@risloo.com\",\n                \"mobile\": \"989195742210\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"detail\": {\n                \"title\": \"دکتر اسد هاشمیان\",\n                \"description\": \"دست و دل لرزان، ولی سه چهار هفته بیش\\u200cتر دوام نکرد. خسته.\",\n                \"address\": \"استان همدان خیابان محجوب ساختمان جبّار کد پستی 6033337470\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F9666TM\",\n                        \"file_name\": \"P9666693_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666693_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666693_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971358,\n                        \"updated_at\": 1596971358\n                    },\n                    \"medium\": {\n                        \"id\": \"F9666TH\",\n                        \"file_name\": \"P9666693_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666693_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666693_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971358,\n                        \"updated_at\": 1596971358\n                    },\n                    \"original\": {\n                        \"id\": \"F9666TQ\",\n                        \"file_name\": \"P9666693_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666693_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666693_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971358,\n                        \"updated_at\": 1596971358\n                    },\n                    \"small\": {\n                        \"id\": \"F9666TV\",\n                        \"file_name\": \"P9666693_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666693_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666693_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971358,\n                        \"updated_at\": 1596971358\n                    }\n                },\n                \"phone_numbers\": [\n                    \"04493252548\",\n                    \"02365688968\"\n                ]\n            },\n            \"created_at\": 1596971358,\n            \"updated_at\": 1596971358\n        },\n        {\n            \"id\": \"RS966669V\",\n            \"manager\": {\n                \"id\": \"IR963U3E\",\n                \"name\": \"آرتادخت داودی\",\n                \"email\": null,\n                \"mobile\": \"989356114978\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962041,\n                \"updated_at\": 1596962041,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"personal_clinic\",\n            \"detail\": {\n                \"title\": \"کلینیک شخصی آرتادخت داودی\",\n                \"description\": \"هم هنوز از مرکز می\\u200cدادند. با حقوق.\",\n                \"address\": \"خراسان جنوبی خیابان فتاحی ساختمان آفتاب قطعه 33 کد پستی 0904104431\",\n                \"avatar\": [],\n                \"phone_numbers\": [\n                    \"05197507231\",\n                    \"02895220357\"\n                ]\n            },\n            \"created_at\": 1596971358,\n            \"updated_at\": 1596971358\n        },\n        {\n            \"id\": \"RS966669H\",\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"email\": \"psychologist1@risloo.com\",\n                \"mobile\": \"989195742210\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"detail\": {\n                \"title\": \"مهندس دکتر الیاس ایمانی\",\n                \"description\": \"این طور می\\u200cگفت. و ترجیح داده بود که به.\",\n                \"address\": \"همدان خیابان هاشمی ساختمان گلنواز پلاک 33\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F9666TD\",\n                        \"file_name\": \"P9666699_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666699_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666699_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971353,\n                        \"updated_at\": 1596971353\n                    },\n                    \"medium\": {\n                        \"id\": \"F9666T3\",\n                        \"file_name\": \"P9666699_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666699_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666699_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971353,\n                        \"updated_at\": 1596971353\n                    },\n                    \"original\": {\n                        \"id\": \"F9666T9\",\n                        \"file_name\": \"P9666699_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666699_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666699_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971353,\n                        \"updated_at\": 1596971353\n                    },\n                    \"small\": {\n                        \"id\": \"F9666TT\",\n                        \"file_name\": \"P9666699_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666699_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666699_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971353,\n                        \"updated_at\": 1596971353\n                    }\n                },\n                \"phone_numbers\": [\n                    \"05463935221\",\n                    \"04492108595\"\n                ]\n            },\n            \"created_at\": 1596971353,\n            \"updated_at\": 1596971353\n        },\n        {\n            \"id\": \"RS966669M\",\n            \"manager\": {\n                \"id\": \"IR963U3K\",\n                \"name\": \"مهراز گلپایگانی\",\n                \"email\": null,\n                \"mobile\": \"989358404240\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962041,\n                \"updated_at\": 1596962041,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"personal_clinic\",\n            \"detail\": {\n                \"title\": \"کلینیک شخصی مهراز گلپایگانی\",\n                \"description\": \"هم به خانه\\u200cای می\\u200cروند و قضایا را برای اداره\\u200cی.\",\n                \"address\": \"سیستان و بلوچستان خیابان محجوب ساختمان شبنم کد پستی 0965718171\",\n                \"avatar\": [],\n                \"phone_numbers\": [\n                    \"04585258597\",\n                    \"02532268590\",\n                    \"02861405500\"\n                ]\n            },\n            \"created_at\": 1596971353,\n            \"updated_at\": 1596971353\n        },\n        {\n            \"id\": \"RS966669Q\",\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"email\": \"psychologist1@risloo.com\",\n                \"mobile\": \"989195742210\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"detail\": {\n                \"title\": \"استاد تاج بانو فنی\\u200cزاده\",\n                \"description\": \"که در را باز کردم و یک زن زیبا... ناچار جور در نمی\\u200cآمد..\",\n                \"address\": \"اصفهان خیابان ابتکار ساختمان کمبوجیه پلاک 58\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F96663G\",\n                        \"file_name\": \"P966666R_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666R_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666R_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971347,\n                        \"updated_at\": 1596971347\n                    },\n                    \"medium\": {\n                        \"id\": \"F96663S\",\n                        \"file_name\": \"P966666R_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666R_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666R_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971347,\n                        \"updated_at\": 1596971347\n                    },\n                    \"original\": {\n                        \"id\": \"F96663N\",\n                        \"file_name\": \"P966666R_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666R_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666R_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971347,\n                        \"updated_at\": 1596971347\n                    },\n                    \"small\": {\n                        \"id\": \"F96663X\",\n                        \"file_name\": \"P966666R_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666R_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666R_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596971347,\n                        \"updated_at\": 1596971347\n                    }\n                },\n                \"phone_numbers\": null\n            },\n            \"created_at\": 1596971347,\n            \"updated_at\": 1596971347\n        },\n        {\n            \"id\": \"RS966669F\",\n            \"manager\": {\n                \"id\": \"IR963U3B\",\n                \"name\": \"امین نوبختی\",\n                \"email\": null,\n                \"mobile\": \"989351560281\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962041,\n                \"updated_at\": 1596962041,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"personal_clinic\",\n            \"detail\": {\n                \"title\": \"کلینیک شخصی امین نوبختی\",\n                \"description\": \"درد می\\u200cخورد تا یک مدیر مدرسه هم نمی\\u200cتوانم باشم. دو روز حاجی.\",\n                \"address\": \"گلستان خیابان پناهنده ساختمان رامبُد کد پستی 8548952619\",\n                \"avatar\": [],\n                \"phone_numbers\": [\n                    \"03852012800\",\n                    \"03840230658\"\n                ]\n            },\n            \"created_at\": 1596971347,\n            \"updated_at\": 1596971347\n        },\n        {\n            \"id\": \"RS966669W\",\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"email\": \"psychologist1@risloo.com\",\n                \"mobile\": \"989195742210\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"detail\": {\n                \"title\": \"مهندس استاد تبسم صباغ\",\n                \"description\": \"سال دیگر هم می\\u200cافتد. آدم بردارد پایین تنه بچه\\u200cی خودش را، یا.\",\n                \"address\": \"تهران خیابان ایمانی ساختمان نیکتا پلاک 11 کد پستی 7988151444\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F96663E\",\n                        \"file_name\": \"P9666667_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666667_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666667_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967235,\n                        \"updated_at\": 1596967235\n                    },\n                    \"medium\": {\n                        \"id\": \"F96663P\",\n                        \"file_name\": \"P9666667_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666667_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666667_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967235,\n                        \"updated_at\": 1596967235\n                    },\n                    \"original\": {\n                        \"id\": \"F96663K\",\n                        \"file_name\": \"P9666667_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666667_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666667_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967235,\n                        \"updated_at\": 1596967235\n                    },\n                    \"small\": {\n                        \"id\": \"F96663C\",\n                        \"file_name\": \"P9666667_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666667_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666667_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967235,\n                        \"updated_at\": 1596967235\n                    }\n                },\n                \"phone_numbers\": null\n            },\n            \"created_at\": 1596967235,\n            \"updated_at\": 1596967235\n        },\n        {\n            \"id\": \"RS966669A\",\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"email\": \"psychologist1@risloo.com\",\n                \"mobile\": \"989195742210\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": {\n                \"id\": \"RU9666695\",\n                \"creator\": {\n                    \"id\": \"IR966663\",\n                    \"name\": \"محمدحسن صالحی\",\n                    \"email\": \"itb.baravak@gmail.com\",\n                    \"mobile\": \"989356032043\",\n                    \"gender\": null,\n                    \"status\": \"active\",\n                    \"position\": null,\n                    \"type\": \"admin\",\n                    \"groups\": null,\n                    \"username\": \"hasan\",\n                    \"birthday\": \"1970-01-01\",\n                    \"created_at\": 1596962038,\n                    \"updated_at\": 1596962038,\n                    \"avatar\": [],\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                \"user\": {\n                    \"id\": \"IR966663\",\n                    \"name\": \"محمدحسن صالحی\",\n                    \"email\": \"itb.baravak@gmail.com\",\n                    \"mobile\": \"989356032043\",\n                    \"gender\": null,\n                    \"status\": \"active\",\n                    \"position\": null,\n                    \"type\": \"admin\",\n                    \"groups\": null,\n                    \"username\": \"hasan\",\n                    \"birthday\": \"1970-01-01\",\n                    \"created_at\": 1596962038,\n                    \"updated_at\": 1596962038,\n                    \"avatar\": [],\n                    \"can\": [\n                        \"edit\",\n                        \"delete\"\n                    ]\n                },\n                \"position\": \"client\",\n                \"meta\": null,\n                \"accepted_at\": 1596968401,\n                \"kicked_at\": null,\n                \"created_at\": 1596968386,\n                \"updated_at\": 1596968401\n            },\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"detail\": {\n                \"title\": \"استاد گلشنک خاموشی\",\n                \"description\": \"بلند شدم و یکی که زودتر از موعد زدند و به هر.\",\n                \"address\": \"مازندران خیابان حکمت ساختمان لوما\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F96663V\",\n                        \"file_name\": \"P966666X_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666X_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666X_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967029,\n                        \"updated_at\": 1596967029\n                    },\n                    \"medium\": {\n                        \"id\": \"F966635\",\n                        \"file_name\": \"P966666X_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666X_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666X_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967029,\n                        \"updated_at\": 1596967029\n                    },\n                    \"original\": {\n                        \"id\": \"F96663H\",\n                        \"file_name\": \"P966666X_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666X_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666X_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967029,\n                        \"updated_at\": 1596967029\n                    },\n                    \"small\": {\n                        \"id\": \"F96663B\",\n                        \"file_name\": \"P966666X_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666X_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666X_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967029,\n                        \"updated_at\": 1596967029\n                    }\n                },\n                \"phone_numbers\": [\n                    \"07174879796\",\n                    \"01397713340\",\n                    \"08165426141\"\n                ]\n            },\n            \"created_at\": 1596967029,\n            \"updated_at\": 1596967029\n        },\n        {\n            \"id\": \"RS9666694\",\n            \"manager\": {\n                \"id\": \"IR963U35\",\n                \"name\": \"ساقی زنجانی\",\n                \"email\": null,\n                \"mobile\": \"989353327074\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962041,\n                \"updated_at\": 1596962041,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"personal_clinic\",\n            \"detail\": {\n                \"title\": \"کلینیک شخصی ساقی زنجانی\",\n                \"description\": \"گوشش هر چه می\\u200cخواهند بگویند و هر.\",\n                \"address\": \"استان چهارمحال و بختیاری خیابان اعتماد ساختمان فتّانه کد پستی 6133869341\",\n                \"avatar\": [],\n                \"phone_numbers\": [\n                    \"04470750228\",\n                    \"07146497669\"\n                ]\n            },\n            \"created_at\": 1596967029,\n            \"updated_at\": 1596967029\n        },\n        {\n            \"id\": \"RS966669T\",\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"email\": \"psychologist1@risloo.com\",\n                \"mobile\": \"989195742210\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"detail\": {\n                \"title\": \"مهندس مهندس گلاویژ جعفریان\",\n                \"description\": \"چشمش به من یاد می\\u200cداد که به من نمی\\u200cگذاشت. داشتم از کوره در.\",\n                \"address\": \"تهران خیابان ضابطی ساختمان افرند پلاک 40\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F96663T\",\n                        \"file_name\": \"P966666G_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666G_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666G_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967016,\n                        \"updated_at\": 1596967016\n                    },\n                    \"medium\": {\n                        \"id\": \"F966634\",\n                        \"file_name\": \"P966666G_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666G_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666G_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967016,\n                        \"updated_at\": 1596967016\n                    },\n                    \"original\": {\n                        \"id\": \"F966633\",\n                        \"file_name\": \"P966666G_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666G_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666G_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967016,\n                        \"updated_at\": 1596967016\n                    },\n                    \"small\": {\n                        \"id\": \"F96663A\",\n                        \"file_name\": \"P966666G_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P966666G_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966666G_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596967016,\n                        \"updated_at\": 1596967016\n                    }\n                },\n                \"phone_numbers\": [\n                    \"04527265143\",\n                    \"07780766412\",\n                    \"08357997452\"\n                ]\n            },\n            \"created_at\": 1596967016,\n            \"updated_at\": 1596967016\n        },\n        {\n            \"id\": \"RS9666693\",\n            \"manager\": {\n                \"id\": \"IR963U3V\",\n                \"name\": \"منوچهر وکیلی\",\n                \"email\": null,\n                \"mobile\": \"989352046443\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962041,\n                \"updated_at\": 1596962041,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"personal_clinic\",\n            \"detail\": {\n                \"title\": \"کلینیک شخصی منوچهر وکیلی\",\n                \"description\": \"که این هیکل کم\\u200cکم دارد از سر دیوار رفته است؟ ماحصل داد و.\",\n                \"address\": \"گیلان خیابان ضرغامی ساختمان فرلاس قطعه 21\",\n                \"avatar\": [],\n                \"phone_numbers\": [\n                    \"01190215833\",\n                    \"06196380723\",\n                    \"03458350267\"\n                ]\n            },\n            \"created_at\": 1596967015,\n            \"updated_at\": 1596967015\n        },\n        {\n            \"id\": \"RS966669D\",\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"email\": \"psychologist1@risloo.com\",\n                \"mobile\": \"989195742210\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"user\",\n                \"groups\": null,\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"acceptation\": null,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"detail\": {\n                \"title\": \"مهندس استاد بهناک معین\",\n                \"description\": \"به خودش داد و رفت. ناگهان ناظم از در که وارد می\\u200cشدند،.\",\n                \"address\": \"خراسان رضوی خیابان قهرمانیان ساختمان سلمک کد پستی 1071007059\",\n                \"avatar\": {\n                    \"large\": {\n                        \"id\": \"F9666DX\",\n                        \"file_name\": \"P9666668_large.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666668_large.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666668_large.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596966994,\n                        \"updated_at\": 1596966994\n                    },\n                    \"medium\": {\n                        \"id\": \"F9666D7\",\n                        \"file_name\": \"P9666668_medium.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666668_medium.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666668_medium.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596966994,\n                        \"updated_at\": 1596966994\n                    },\n                    \"original\": {\n                        \"id\": \"F9666DS\",\n                        \"file_name\": \"P9666668_original.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666668_original.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666668_original.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596966994,\n                        \"updated_at\": 1596966994\n                    },\n                    \"small\": {\n                        \"id\": \"F9666DY\",\n                        \"file_name\": \"P9666668_small.jpeg\",\n                        \"slug\": \"storage/public/Files_1000/P9666668_small.jpeg\",\n                        \"url\": \"http://api.risloo.local/storage/public/Files_1000/P9666668_small.jpeg\",\n                        \"type\": \"image\",\n                        \"mime\": \"image/jpeg\",\n                        \"exec\": \"jpeg\",\n                        \"created_at\": 1596966994,\n                        \"updated_at\": 1596966994\n                    }\n                },\n                \"phone_numbers\": [\n                    \"01364429793\",\n                    \"03838459817\"\n                ]\n            },\n            \"created_at\": 1596966994,\n            \"updated_at\": 1596966994\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://api.risloo.local/api/centers?page=1\",\n        \"last\": \"http://api.risloo.local/api/centers?page=4\",\n        \"prev\": null,\n        \"next\": \"http://api.risloo.local/api/centers?page=2\"\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 4,\n        \"path\": \"http://api.risloo.local/api/centers\",\n        \"per_page\": 15,\n        \"to\": 15,\n        \"total\": 46,\n        \"orders\": {\n            \"allowed\": [\n                \"id\",\n                \"relationships.id\"\n            ],\n            \"current\": {\n                \"relationships.id\": \"desc\"\n            },\n            \"default\": {\n                \"relationships.id\": \"desc\"\n            }\n        },\n        \"filters\": {\n            \"allowed\": {\n                \"type\": [\n                    \"personal_clinic\",\n                    \"counseling_center\"\n                ],\n                \"my\": [\n                    \"yes\",\n                    \"no\"\n                ],\n                \"my_position\": [\n                    \"manager\",\n                    \"operator\",\n                    \"psychologist\",\n                    \"under_supervision\",\n                    \"client\"\n                ]\n            },\n            \"current\": []\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"f24c5b22-8332-4096-9093-88018fdb8d10"},{"name":"Create","id":"c7f7aad6-29ca-4b86-89b6-a31d97d62bca","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[{"key":"Accept-Language","value":"fa","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"manager_id","value":"IR96666F","type":"text","description":"(required)"},{"key":"type","value":"counseling_center","type":"text","description":"(required)"},{"key":"address","value":"تهران، سهروردی شمالی، بین کوچه ۲ و ۴ کلینیک مرکز مشاوره طلیعه سلامت","type":"text"},{"key":"description","value":"زیر نظر دکتر جان‌بزرگی","type":"text"},{"key":"title","value":"مرکز مشاوره و روان‌درمانی طلیعه سلامت","type":"text"},{"key":"avatar","type":"file","src":"/home/baravak/Pictures/photo_2018-12-26_01-11-41.jpg"},{"key":"phone_numbers[]","value":"0213528754","type":"text"},{"key":"phone_numbers[]","value":"02532813073","type":"text"}]},"url":"{{HostPath}}centers","description":"## Access levels\n\n - `auth.type = admin`\n\n## Fields\n\n### type\n\n - required\n - type: string\n  - counseling_center\n  - personal_clinic\n\n### manager_id\n-  required\n- type : string\n- endpoint\n  - personal_clinic : `GET /api/users?personal_clinic=no`\n  - counseling_center : `GET /api/users?personal_clinic=yes`\n\n### title\n- required if `type = counseling_center`\n\n### avatar\n- just for `type = counseling_center`\n\n### address\n- nullable\n- type : string\n- max : 250 char\n\n### description\n- nullable\n- type : string\n- max : 250 char\n\n### phone_numbers\n- nullable\n- type : array\\<string>\n- max : 250 char\n"},"response":[{"id":"68d5f35f-fa44-4b77-93f7-27c2f04ea0ea","name":"Create","originalRequest":{"method":"POST","header":[{"key":"Accept-Language","value":"fa","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"manager_id","value":"IR96666F","type":"text","description":"(required)"},{"key":"type","value":"counseling_center","type":"text","description":"(required)"},{"key":"address","value":"تهران، سهروردی شمالی، بین کوچه ۲ و ۴ کلینیک مرکز مشاوره طلیعه سلامت","type":"text"},{"key":"description","value":"زیر نظر دکتر جان‌بزرگی","type":"text"},{"key":"title","value":"مرکز مشاوره و روان‌درمانی طلیعه سلامت","type":"text"},{"key":"avatar","type":"file","src":"/home/baravak/Pictures/photo_2018-12-26_01-11-41.jpg"},{"key":"phone_numbers[]","value":"0213528754","type":"text"},{"key":"phone_numbers[]","value":"02532813073","type":"text"}]},"url":"{{HostPath}}centers"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Tue, 11 Aug 2020 15:15:19 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"RS9666636\",\n        \"creator\": {\n            \"id\": \"IR966663\",\n            \"name\": \"محمدحسن صالحی\",\n            \"email\": \"itb.baravak@gmail.com\",\n            \"mobile\": \"989356032043\",\n            \"gender\": null,\n            \"status\": \"active\",\n            \"position\": null,\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"hasan\",\n            \"birthday\": \"1970-01-01\",\n            \"created_at\": 1596962038,\n            \"updated_at\": 1596962038,\n            \"avatar\": [],\n            \"can\": [\n                \"edit\",\n                \"delete\"\n            ]\n        },\n        \"manager\": {\n            \"id\": \"IR96666F\",\n            \"name\": \"رضا جوادی\",\n            \"email\": \"client2@risloo.com\",\n            \"mobile\": \"989195742202\",\n            \"gender\": null,\n            \"status\": \"active\",\n            \"position\": null,\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"client2\",\n            \"birthday\": \"1970-01-01\",\n            \"created_at\": 1596962038,\n            \"updated_at\": 1596962038,\n            \"avatar\": [],\n            \"can\": [\n                \"edit\",\n                \"delete\"\n            ]\n        },\n        \"acceptation\": null,\n        \"status\": \"active\",\n        \"type\": \"counseling_center\",\n        \"detail\": {\n            \"title\": \"مرکز مشاوره و روان\\u200cدرمانی طلیعه سلامت\",\n            \"description\": \"زیر نظر دکتر جان\\u200cبزرگی\",\n            \"address\": \"تهران، سهروردی شمالی، بین کوچه ۲ و ۴ کلینیک مرکز مشاوره طلیعه سلامت\",\n            \"avatar\": {\n                \"large\": {\n                    \"id\": \"F9666TX\",\n                    \"file_name\": \"P966669B_large.jpeg\",\n                    \"slug\": \"storage/public/Files_1000/P966669B_large.jpeg\",\n                    \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_large.jpeg\",\n                    \"type\": \"image\",\n                    \"mime\": \"image/jpeg\",\n                    \"exec\": \"jpeg\",\n                    \"created_at\": 1597158919,\n                    \"updated_at\": 1597158919\n                },\n                \"medium\": {\n                    \"id\": \"F9666T7\",\n                    \"file_name\": \"P966669B_medium.jpeg\",\n                    \"slug\": \"storage/public/Files_1000/P966669B_medium.jpeg\",\n                    \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_medium.jpeg\",\n                    \"type\": \"image\",\n                    \"mime\": \"image/jpeg\",\n                    \"exec\": \"jpeg\",\n                    \"created_at\": 1597158919,\n                    \"updated_at\": 1597158919\n                },\n                \"original\": {\n                    \"id\": \"F9666TS\",\n                    \"file_name\": \"P966669B_original.jpeg\",\n                    \"slug\": \"storage/public/Files_1000/P966669B_original.jpeg\",\n                    \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_original.jpeg\",\n                    \"type\": \"image\",\n                    \"mime\": \"image/jpeg\",\n                    \"exec\": \"jpeg\",\n                    \"created_at\": 1597158919,\n                    \"updated_at\": 1597158919\n                },\n                \"small\": {\n                    \"id\": \"F9666TY\",\n                    \"file_name\": \"P966669B_small.jpeg\",\n                    \"slug\": \"storage/public/Files_1000/P966669B_small.jpeg\",\n                    \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_small.jpeg\",\n                    \"type\": \"image\",\n                    \"mime\": \"image/jpeg\",\n                    \"exec\": \"jpeg\",\n                    \"created_at\": 1597158919,\n                    \"updated_at\": 1597158919\n                }\n            },\n            \"phone_numbers\": [\n                \"0213528754\",\n                \"02532813073\"\n            ]\n        },\n        \"created_at\": 1597158919,\n        \"updated_at\": 1597158919\n    },\n    \"message\": \"CENTER_CREATED\",\n    \"message_text\": \"Center created\"\n}"}],"_postman_id":"c7f7aad6-29ca-4b86-89b6-a31d97d62bca"},{"name":"show","id":"2006f258-094d-4c6f-b850-a2b42b4a5d26","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{HostPath}}centers/RS9666664","description":"- manager: manager of center\n- detail : details of center\n- acceptation : acceptation status and data\n - `null` : open acceptation request\n - `acceptation.kicked_at <> null` : kicked\n - `acceptation.kicked_at = null` and `acceptation.accepted_at = null` : awaiting\n - `acceptation.kicked_at = null` and `acceptation.accepted_at <> null` : accepted"},"response":[{"id":"f9b8aae3-c20e-4a57-80ac-f4371caecc89","name":"show","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}centers/RS9666636"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Tue, 11 Aug 2020 15:32:59 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"48"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": {\n        \"id\": \"RS9666636\",\n        \"creator\": {\n            \"id\": \"IR966663\",\n            \"name\": \"محمدحسن صالحی\",\n            \"email\": \"itb.baravak@gmail.com\",\n            \"mobile\": \"989356032043\",\n            \"gender\": null,\n            \"status\": \"active\",\n            \"position\": null,\n            \"type\": \"admin\",\n            \"groups\": null,\n            \"username\": \"hasan\",\n            \"birthday\": \"1970-01-01\",\n            \"created_at\": 1596962038,\n            \"updated_at\": 1596962038,\n            \"avatar\": [],\n            \"can\": [\n                \"edit\",\n                \"delete\"\n            ]\n        },\n        \"manager\": {\n            \"id\": \"IR96666F\",\n            \"name\": \"رضا جوادی\",\n            \"email\": \"client2@risloo.com\",\n            \"mobile\": \"989195742202\",\n            \"gender\": null,\n            \"status\": \"active\",\n            \"position\": null,\n            \"type\": \"user\",\n            \"groups\": null,\n            \"username\": \"client2\",\n            \"birthday\": \"1970-01-01\",\n            \"created_at\": 1596962038,\n            \"updated_at\": 1596962038,\n            \"avatar\": [],\n            \"can\": [\n                \"edit\",\n                \"delete\"\n            ]\n        },\n        \"acceptation\": {\n            \"id\": \"RU96666QD\",\n            \"creator\": {\n                \"id\": \"IR966663\",\n                \"name\": \"محمدحسن صالحی\",\n                \"email\": \"itb.baravak@gmail.com\",\n                \"mobile\": \"989356032043\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"admin\",\n                \"groups\": null,\n                \"username\": \"hasan\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"user\": {\n                \"id\": \"IR966663\",\n                \"name\": \"محمدحسن صالحی\",\n                \"email\": \"itb.baravak@gmail.com\",\n                \"mobile\": \"989356032043\",\n                \"gender\": null,\n                \"status\": \"active\",\n                \"position\": null,\n                \"type\": \"admin\",\n                \"groups\": null,\n                \"username\": \"hasan\",\n                \"birthday\": \"1970-01-01\",\n                \"created_at\": 1596962038,\n                \"updated_at\": 1596962038,\n                \"avatar\": [],\n                \"can\": [\n                    \"edit\",\n                    \"delete\"\n                ]\n            },\n            \"position\": \"client\",\n            \"meta\": null,\n            \"accepted_at\": 1597159958,\n            \"kicked_at\": null,\n            \"created_at\": 1597159942,\n            \"updated_at\": 1597159958\n        },\n        \"status\": \"active\",\n        \"type\": \"counseling_center\",\n        \"detail\": {\n            \"title\": \"مرکز مشاوره و روان\\u200cدرمانی طلیعه سلامت\",\n            \"description\": \"زیر نظر دکتر جان\\u200cبزرگی\",\n            \"address\": \"تهران، سهروردی شمالی، بین کوچه ۲ و ۴ کلینیک مرکز مشاوره طلیعه سلامت\",\n            \"avatar\": {\n                \"large\": {\n                    \"id\": \"F9666TX\",\n                    \"file_name\": \"P966669B_large.jpeg\",\n                    \"slug\": \"storage/public/Files_1000/P966669B_large.jpeg\",\n                    \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_large.jpeg\",\n                    \"type\": \"image\",\n                    \"mime\": \"image/jpeg\",\n                    \"exec\": \"jpeg\",\n                    \"created_at\": 1597158919,\n                    \"updated_at\": 1597158919\n                },\n                \"medium\": {\n                    \"id\": \"F9666T7\",\n                    \"file_name\": \"P966669B_medium.jpeg\",\n                    \"slug\": \"storage/public/Files_1000/P966669B_medium.jpeg\",\n                    \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_medium.jpeg\",\n                    \"type\": \"image\",\n                    \"mime\": \"image/jpeg\",\n                    \"exec\": \"jpeg\",\n                    \"created_at\": 1597158919,\n                    \"updated_at\": 1597158919\n                },\n                \"original\": {\n                    \"id\": \"F9666TS\",\n                    \"file_name\": \"P966669B_original.jpeg\",\n                    \"slug\": \"storage/public/Files_1000/P966669B_original.jpeg\",\n                    \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_original.jpeg\",\n                    \"type\": \"image\",\n                    \"mime\": \"image/jpeg\",\n                    \"exec\": \"jpeg\",\n                    \"created_at\": 1597158919,\n                    \"updated_at\": 1597158919\n                },\n                \"small\": {\n                    \"id\": \"F9666TY\",\n                    \"file_name\": \"P966669B_small.jpeg\",\n                    \"slug\": \"storage/public/Files_1000/P966669B_small.jpeg\",\n                    \"url\": \"http://api.risloo.local/storage/public/Files_1000/P966669B_small.jpeg\",\n                    \"type\": \"image\",\n                    \"mime\": \"image/jpeg\",\n                    \"exec\": \"jpeg\",\n                    \"created_at\": 1597158919,\n                    \"updated_at\": 1597158919\n                }\n            },\n            \"phone_numbers\": [\n                \"0213528754\",\n                \"02532813073\"\n            ]\n        },\n        \"created_at\": 1597158919,\n        \"updated_at\": 1597158919\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"2006f258-094d-4c6f-b850-a2b42b4a5d26"},{"name":"Update","id":"323d8728-eb50-4329-9d29-7b4c78ae8b42","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"PUT","header":[{"key":"Accept-Language","value":"fa","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"address","value":"تهران، سهروردی شمالی، بین کوچه ۲ و ۴ کلینیک مرکز مشاوره طلیعه سلامت","type":"text"},{"key":"description","value":"زیر نظر دکتر جان‌بزرگی","type":"text"},{"key":"title","value":"مرکز مشاوره و روان‌درمانی طلیعه سلامت","type":"text"},{"key":"phone_numbers[]","value":"0213528754","type":"text"},{"key":"phone_numbers[]","value":"02532813073","type":"text"}]},"url":"{{HostPath}}centers","description":"## Access level\n - `auth.type = admin`\n  - personal_clinic\n    - address\n    - description\n    - phone_numbers\n  - counseling_center\n    - manager_id\n    - address\n    - description\n    - title\n    - phone_numbers\n - `center.position = manager`\n  - personal_clinic\n    - address\n    - description\n    - phone_numbers\n  - counseling_center\n    - address\n    - description\n    - title\n    - phone_numbers\n"},"response":[],"_postman_id":"323d8728-eb50-4329-9d29-7b4c78ae8b42"}],"id":"a91b9163-37d0-42d8-b874-df08369bef0d","auth":{"type":"apikey","apikey":{"value":"{{Token}}","key":"authorization","in":"header"}},"_postman_id":"a91b9163-37d0-42d8-b874-df08369bef0d"},{"name":"Center Users","item":[{"name":"Index","id":"393192cb-c16d-4799-81c7-af684f94afd3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{HostPath}}centers"},"response":[{"id":"2f732210-67cf-435f-8936-e97b5467c16a","name":"Index","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}relationships"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Tue, 28 Jul 2020 17:13:59 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"RS966666T\",\n            \"creator\": {\n                \"id\": \"IR966669\",\n                \"name\": \"ریسلو\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"system\",\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"owner\": {\n                \"id\": \"IR96666F\",\n                \"name\": \"دکتر جهانیان\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"psychologist\",\n                \"username\": \"psychologist2\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"manager\": {\n                \"id\": \"IR96666F\",\n                \"name\": \"دکتر جهانیان\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"psychologist\",\n                \"username\": \"psychologist2\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"created_at\": 1595956293,\n            \"updated_at\": 1595956293,\n            \"status\": \"active\",\n            \"type\": \"clinic\",\n            \"acception\": null,\n            \"can\": [\n                \"acception\"\n            ],\n            \"allows\": {\n                \"acception\": \"request\"\n            }\n        },\n        {\n            \"id\": \"RS9666663\",\n            \"creator\": {\n                \"id\": \"IR966669\",\n                \"name\": \"ریسلو\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"system\",\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"owner\": {\n                \"id\": \"IR96666W\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"psychologist\",\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"manager\": {\n                \"id\": \"IR96666W\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"psychologist\",\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"created_at\": 1595956293,\n            \"updated_at\": 1595956293,\n            \"status\": \"active\",\n            \"type\": \"clinic\",\n            \"acception\": null,\n            \"can\": [\n                \"acception\"\n            ],\n            \"allows\": {\n                \"acception\": \"request\"\n            }\n        },\n        {\n            \"id\": \"RS966666D\",\n            \"creator\": {\n                \"id\": \"IR966669\",\n                \"name\": \"ریسلو\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"system\",\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"owner\": {\n                \"id\": \"IR96666A\",\n                \"name\": \"مرکز مشاوره خانواده\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"counseling_center\",\n                \"username\": \"#130111\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"manager\": {\n                \"id\": \"IR96666A\",\n                \"name\": \"مرکز مشاوره خانواده\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"counseling_center\",\n                \"username\": \"#130111\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"created_at\": 1595956293,\n            \"updated_at\": 1595956293,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"acception\": null,\n            \"can\": [\n                \"acception\"\n            ],\n            \"allows\": {\n                \"acception\": \"request\"\n            }\n        },\n        {\n            \"id\": \"RS9666669\",\n            \"creator\": {\n                \"id\": \"IR966669\",\n                \"name\": \"ریسلو\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"system\",\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"owner\": {\n                \"id\": \"IR966664\",\n                \"name\": \"مرکز مشاوره طلیعه سلامت\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"counseling_center\",\n                \"username\": \"#130110\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"مرکز مشاوره طلیعه سلامت\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"counseling_center\",\n                \"username\": \"#130110\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"created_at\": 1595956293,\n            \"updated_at\": 1595956293,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"acception\": null,\n            \"can\": [\n                \"acception\"\n            ],\n            \"allows\": {\n                \"acception\": \"request\"\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://api.risloo.local/api/relationships?page=1\",\n        \"last\": \"http://api.risloo.local/api/relationships?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://api.risloo.local/api/relationships\",\n        \"per_page\": 15,\n        \"to\": 4,\n        \"total\": 4,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": {\n                \"id\": \"desc\"\n            }\n        },\n        \"filters\": {\n            \"allowed\": [],\n            \"current\": []\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"393192cb-c16d-4799-81c7-af684f94afd3"},{"name":"show","id":"0bd4f44a-f547-47c9-bf49-cfa20c87d7f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"GET","header":[],"url":"{{HostPath}}centers/RS9666664"},"response":[{"id":"d477b6b2-583c-4cba-8d04-d0c5d870bc1c","name":"Index","originalRequest":{"method":"GET","header":[],"url":"{{HostPath}}relationships"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"openresty/1.15.8.2"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"date","value":"Tue, 28 Jul 2020 17:13:59 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"}],"cookie":[],"responseTime":null,"body":"{\n    \"is_ok\": true,\n    \"data\": [\n        {\n            \"id\": \"RS966666T\",\n            \"creator\": {\n                \"id\": \"IR966669\",\n                \"name\": \"ریسلو\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"system\",\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"owner\": {\n                \"id\": \"IR96666F\",\n                \"name\": \"دکتر جهانیان\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"psychologist\",\n                \"username\": \"psychologist2\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"manager\": {\n                \"id\": \"IR96666F\",\n                \"name\": \"دکتر جهانیان\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"psychologist\",\n                \"username\": \"psychologist2\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"created_at\": 1595956293,\n            \"updated_at\": 1595956293,\n            \"status\": \"active\",\n            \"type\": \"clinic\",\n            \"acception\": null,\n            \"can\": [\n                \"acception\"\n            ],\n            \"allows\": {\n                \"acception\": \"request\"\n            }\n        },\n        {\n            \"id\": \"RS9666663\",\n            \"creator\": {\n                \"id\": \"IR966669\",\n                \"name\": \"ریسلو\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"system\",\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"owner\": {\n                \"id\": \"IR96666W\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"psychologist\",\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"manager\": {\n                \"id\": \"IR96666W\",\n                \"name\": \"دکتر روان\\u200cشناس\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"psychologist\",\n                \"username\": \"psychologist1\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"created_at\": 1595956293,\n            \"updated_at\": 1595956293,\n            \"status\": \"active\",\n            \"type\": \"clinic\",\n            \"acception\": null,\n            \"can\": [\n                \"acception\"\n            ],\n            \"allows\": {\n                \"acception\": \"request\"\n            }\n        },\n        {\n            \"id\": \"RS966666D\",\n            \"creator\": {\n                \"id\": \"IR966669\",\n                \"name\": \"ریسلو\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"system\",\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"owner\": {\n                \"id\": \"IR96666A\",\n                \"name\": \"مرکز مشاوره خانواده\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"counseling_center\",\n                \"username\": \"#130111\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"manager\": {\n                \"id\": \"IR96666A\",\n                \"name\": \"مرکز مشاوره خانواده\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"counseling_center\",\n                \"username\": \"#130111\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"created_at\": 1595956293,\n            \"updated_at\": 1595956293,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"acception\": null,\n            \"can\": [\n                \"acception\"\n            ],\n            \"allows\": {\n                \"acception\": \"request\"\n            }\n        },\n        {\n            \"id\": \"RS9666669\",\n            \"creator\": {\n                \"id\": \"IR966669\",\n                \"name\": \"ریسلو\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"system\",\n                \"username\": null,\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"owner\": {\n                \"id\": \"IR966664\",\n                \"name\": \"مرکز مشاوره طلیعه سلامت\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"counseling_center\",\n                \"username\": \"#130110\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"manager\": {\n                \"id\": \"IR966664\",\n                \"name\": \"مرکز مشاوره طلیعه سلامت\",\n                \"gender\": null,\n                \"position\": null,\n                \"type\": \"counseling_center\",\n                \"username\": \"#130110\",\n                \"birthday\": \"1970-01-01\",\n                \"avatar\": [],\n                \"can\": []\n            },\n            \"created_at\": 1595956293,\n            \"updated_at\": 1595956293,\n            \"status\": \"active\",\n            \"type\": \"counseling_center\",\n            \"acception\": null,\n            \"can\": [\n                \"acception\"\n            ],\n            \"allows\": {\n                \"acception\": \"request\"\n            }\n        }\n    ],\n    \"links\": {\n        \"first\": \"http://api.risloo.local/api/relationships?page=1\",\n        \"last\": \"http://api.risloo.local/api/relationships?page=1\",\n        \"prev\": null,\n        \"next\": null\n    },\n    \"meta\": {\n        \"current_page\": 1,\n        \"from\": 1,\n        \"last_page\": 1,\n        \"path\": \"http://api.risloo.local/api/relationships\",\n        \"per_page\": 15,\n        \"to\": 4,\n        \"total\": 4,\n        \"orders\": {\n            \"allowed\": [\n                \"id\"\n            ],\n            \"current\": {\n                \"id\": \"desc\"\n            },\n            \"default\": {\n                \"id\": \"desc\"\n            }\n        },\n        \"filters\": {\n            \"allowed\": [],\n            \"current\": []\n        }\n    },\n    \"message\": \":)\",\n    \"message_text\": \":)\"\n}"}],"_postman_id":"0bd4f44a-f547-47c9-bf49-cfa20c87d7f0"}],"id":"2ab61157-1554-4da4-a59f-0fc9786fa320","auth":{"type":"apikey","apikey":{"value":"{{Token}}","key":"authorization","in":"header"}},"_postman_id":"2ab61157-1554-4da4-a59f-0fc9786fa320"}]}