{"info":{"_postman_id":"62928264-2c6a-4710-b722-751a5b8bab45","name":"[ARCHIVED] Data Integration","description":"<html><head></head><body><h3 id=\"introduction\"><strong>Introduction</strong></h3>\n<p>Welcome to the <strong>Accelera Data Integration API</strong> documentation. Before posting member records to our system, please refer to the <strong>Prerequisites</strong> section below, which outlines the necessary authorization and header authentication requirements.</p>\n<p>Next, set up the initial data as described in the <a href=\"#ab582893-cd02-4577-a164-f103560db695\">Data Enum</a> and <a href=\"#550f5127-2592-4d86-bc15-7b216c237b3b\">Selection Option</a> sections. These values will be used when posting member records, such as <code>member_status</code>, <code>game_id</code>, and <code>rebate_type</code>.</p>\n<p>Once the setup is complete, you are ready to post member records:</p>\n<ul>\n<li><p>To post <strong>ongoing</strong> or <strong>recent (within the last 4 months) member records</strong>, refer to the <a href=\"#d7a84ad1-a93c-4893-bb67-d5f37435520b\">Member Record</a> section.</p>\n</li>\n<li><p>To post <strong>compressed member records</strong> (Member Daily Total Calculation) refer to the <a href=\"#7cd09932-15bc-4211-9919-8c9ce5e19ed1\">Daily Member LifeCycle</a> section.</p>\n</li>\n</ul>\n<h3 id=\"prerequisites\">Prerequisites</h3>\n<p>We use <strong>Basic Auth</strong> for authorization, where:</p>\n<ul>\n<li><p>The <strong>username</strong> is the <strong>Merchant Code</strong>.</p>\n</li>\n<li><p>The <strong>password</strong> is the <strong>API Password</strong> (request when necessary).</p>\n</li>\n</ul>\n<p>Additionally, the <code>Identifier</code> header is required in each request. This should contain a <strong>Base64-encoded</strong> string of your <code>username:password</code> values, appended to the text <strong>Basic</strong>, as shown below:</p>\n<pre class=\"click-to-expand-wrapper is-snippet-wrapper\"><code class=\"language-javascript\">identifier: Basic {Base64-encoded-username-password}\n\n</code></pre>\n<p>Next, the following additional header data is required to identify merchant information:</p>\n<h3 id=\"header-info\">Header Info</h3>\n<div class=\"click-to-expand-wrapper is-table-wrapper\"><table>\n<thead>\n<tr>\n<th><strong>Header</strong></th>\n<th><strong>Type</strong></th>\n<th><strong>Description</strong></th>\n<th><strong>Example Value</strong></th>\n</tr>\n</thead>\n<tbody>\n<tr>\n<td><code>merchant</code></td>\n<td>String</td>\n<td>Merchant Code to identifies the merchant making the request.</td>\n<td><code>merchant_code</code></td>\n</tr>\n<tr>\n<td><code>currency</code></td>\n<td>String</td>\n<td>Sets the currency format.</td>\n<td><code>PHP</code></td>\n</tr>\n<tr>\n<td><code>timezone</code></td>\n<td>String</td>\n<td>Specifies the client's timezone offset from UTC.</td>\n<td><code>+08:00</code></td>\n</tr>\n<tr>\n<td><code>language</code></td>\n<td>String</td>\n<td>Defines the preferred language for the response.</td>\n<td><code>en</code></td>\n</tr>\n<tr>\n<td><code>identifier</code></td>\n<td>String</td>\n<td>Same With Authorization</td>\n<td><code>Basic {Base64-encoded-username-password}</code></td>\n</tr>\n</tbody>\n</table>\n</div><h3 id=\"api-path\">API PATH</h3>\n<ul>\n<li><p>{{data_url}}/data/data_enum/*</p>\n</li>\n<li><p>{{data_url}}/data/selection_option/*</p>\n</li>\n<li><p>{{data_url}}/data/batch_selection_option/*</p>\n</li>\n<li><p>{{data_url}}/data/integration/* (<strong>*header require currency</strong>*)</p>\n</li>\n<li><p>{{data_url}}/data/batch_integration/* (<strong>*header require currency</strong>*)</p>\n</li>\n<li><p>{{data_url}}/data/check_integration/* (<strong>*header require currency</strong>*)</p>\n</li>\n<li><p>{{data_url}}/data/life_cycle/* (<strong>*header require currency</strong>*)</p>\n</li>\n<li><p>{{data_url}}/data/batch_life_cycle/* (<strong>*header require currency</strong>*)</p>\n</li>\n<li><p>{{data_url}}/data/daily_life_cycle/* (<strong>*header require currency</strong>*)</p>\n</li>\n<li><p>{{data_url}}/data/batch_daily_life_cycle/* (<strong>*header require currency</strong>*)</p>\n</li>\n</ul>\n<h3 id=\"set-up-new-merchant-procedure-eg-start-from-22th-may\"><strong>Set up new merchant procedure (eg: start from 22th May)</strong></h3>\n<h5 id=\"step-1-insert-data-enum\"><strong>Step 1: Insert Data Enum</strong></h5>\n<h5 id=\"step-2-insert-selection-options\"><strong>Step 2: Insert Selection Options</strong></h5>\n<h5 id=\"step-3-start-migrate-member-record-raw-data---since-1st-feb\"><strong>Step 3: Start Migrate Member Record (Raw Data) - since</strong> 1st Feb</h5>\n<h5 id=\"step-4-check-member-record---ensure-merchant-side-total-record-taily-with-crm-side\"><strong>Step 4: Check Member Record -</strong> Ensure merchant side total record taily with CRM side</h5>\n</body></html>","schema":"https://schema.getpostman.com/json/collection/v2.0.0/collection.json","toc":[],"owner":"46728574","collectionId":"62928264-2c6a-4710-b722-751a5b8bab45","publishedId":"2sB34hEzFS","public":true,"customColor":{"top-bar":"FFFFFF","right-sidebar":"303030","highlight":"fa1302"},"publishDate":"2025-07-14T07:08:04.000Z"},"item":[{"name":"Member Subscription","item":[{"name":"Subscribe Push Notification","id":"3263b0eb-2fa2-44af-bb8d-80b2139778c0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"member_record_id","value":"923172","type":"text"},{"key":"subscribe_domain","value":"https://abc.com","type":"text","uuid":"40c96d68-d9d5-424d-a8a2-00dd634c6e62"}]},"url":"{{data_url}}/data/member_subscription/subscribe_push_notification","urlObject":{"path":["data","member_subscription","subscribe_push_notification"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"3263b0eb-2fa2-44af-bb8d-80b2139778c0"},{"name":"Unsubscribe Push Notification","id":"4a0ad255-c478-4807-912d-d148d2cbaa5e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"member_record_id","value":"923172","type":"text"}]},"url":"{{data_url}}/data/member_subscription/unsubscribe_push_notification","urlObject":{"path":["data","member_subscription","unsubscribe_push_notification"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4a0ad255-c478-4807-912d-d148d2cbaa5e"}],"id":"4584ac0f-3a4a-481b-aa8c-bc358dab5605","_postman_id":"4584ac0f-3a4a-481b-aa8c-bc358dab5605","description":""},{"name":"Data Enum","item":[{"name":"Member Status","id":"1495b8f1-8136-4654-98c5-78f3f5a2ac8d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Active","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_status","urlObject":{"path":["data","data_enum","member_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"78bcc61c-8c55-4b62-9302-c5d0b13cb931","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Active","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:04:09 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X7fe625506b9851e703b2ef4bf4709c80"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Active\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"1495b8f1-8136-4654-98c5-78f3f5a2ac8d"},{"name":"Member KYC Status","id":"22a8f868-de03-489d-9b1e-4c21328ae3ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"12","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Verified","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_kyc_status","urlObject":{"path":["data","data_enum","member_kyc_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"a6bba73a-511e-400a-8b27-8e0ad5d1fcdc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Verified","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_kyc_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:06:30 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"X8914cfaec82e825d87fdbd974bde82fb"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Verified\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"22a8f868-de03-489d-9b1e-4c21328ae3ec"},{"name":"Member Device Type","id":"3e3673a5-e6ea-40a3-a47b-e62ce28a5648","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Mobile","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_device_type","urlObject":{"path":["data","data_enum","member_device_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"f73c126e-e04c-4b81-a520-fc3429a091e3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Mobile","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_device_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:08:48 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"Xf9929a939e4f3148d56a36e19a861b75"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Mobile\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"3e3673a5-e6ea-40a3-a47b-e62ce28a5648"},{"name":"Member Transaction Type","id":"130093dc-03f4-40ff-91ae-c58d194b250e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Deposit","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_transaction_type","urlObject":{"path":["data","data_enum","member_transaction_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"07723fe9-063c-42a1-9b8e-0c59b9e42a87","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Deposit","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_transaction_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:10:37 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"X0fa9b3be714e4723964614c73c1f342d"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Deposit\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"130093dc-03f4-40ff-91ae-c58d194b250e"},{"name":"Member Transaction Status","id":"a5dd9ba6-16d2-4d03-ba2c-309240ef4d07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Success","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_transaction_status","urlObject":{"path":["data","data_enum","member_transaction_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"ff3818dd-df7e-407b-82c8-0c5ae2fa4587","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Success","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_transaction_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:13:26 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"X7f660139bb2915e32b5c29e58211806b"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Success\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"a5dd9ba6-16d2-4d03-ba2c-309240ef4d07"},{"name":"Member Transaction Payment Method","id":"c254a5e8-2648-43ce-a8c8-de201d7b2926","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Cash","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_transaction_payment_method","urlObject":{"path":["data","data_enum","member_transaction_payment_method"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"f6dfa815-eeca-409f-a3be-5b38d440643a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Cash","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_transaction_payment_method"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:15:25 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"Xa36b07eee19a5fc0a5a95241a49291ab"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Cash\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"c254a5e8-2648-43ce-a8c8-de201d7b2926"},{"name":"Game Category","id":"4ff37fae-5fba-4c96-9905-1d97dad31a4e","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Slot","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/game_category","urlObject":{"path":["data","data_enum","game_category"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"4e713740-e28b-4a84-8939-10ee927fb2e0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Slot","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/game_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:19:16 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"X0b497daf9bb54563e44cea99a56e1e98"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Slot\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"4ff37fae-5fba-4c96-9905-1d97dad31a4e"},{"name":"Game SubCategory","id":"8ac24fa1-d4b9-46a3-89ee-13cab8154573","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Slot1","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/game_subcategory","urlObject":{"path":["data","data_enum","game_subcategory"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"e7c6c3fc-cc96-4647-9924-83d552c9bb23","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Slot1","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/game_subcategory"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:20:38 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"X63430f51c9d5c62e25998a67ad6da715"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Slot1\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"8ac24fa1-d4b9-46a3-89ee-13cab8154573"},{"name":"VIP Level Record Type","id":"f5f67059-fb80-49f1-af43-95d0c093efa0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"First level","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/vip_level_record_type","urlObject":{"path":["data","data_enum","vip_level_record_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"8fc6455e-0999-4f43-98f6-225dae2c7558","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"First level","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/vip_level_record_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 27 Feb 2025 09:03:32 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JN3AB6FYC9FBS9H9MNCFNYFZ"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"First level\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"f5f67059-fb80-49f1-af43-95d0c093efa0"},{"name":"VIP Bonus Record Type","id":"f86eeef0-9be4-4fb6-9fd6-9ec6683f7d9d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Welcome Bonus","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/vip_bonus_record_type","urlObject":{"path":["data","data_enum","vip_bonus_record_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"26b1a9d8-2d83-4da4-883b-808a76c9096d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Welcome Bonus","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/vip_bonus_record_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:23:56 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"X960a0cef17a4a322dda1af3b7205cacb"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Welcome Bonus\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"f86eeef0-9be4-4fb6-9fd6-9ec6683f7d9d"},{"name":"VIP Bonus Record Status","id":"af48a3ca-ac02-4c73-b8ec-96d6840795ac","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Pending","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/vip_bonus_record_status","urlObject":{"path":["data","data_enum","vip_bonus_record_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"74f30437-52c9-405d-9462-83cb616a92bc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Pending","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/vip_bonus_record_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:25:46 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"52"},{"key":"phpdebugbar-id","value":"X63242f593983c6f1cb08f04520115bff"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Pending\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"af48a3ca-ac02-4c73-b8ec-96d6840795ac"},{"name":"Bonus Type","id":"0ab06e46-26cd-4660-ba95-7ad6c52bf4f7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Welcome Bonus","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/bonus_type","urlObject":{"path":["data","data_enum","bonus_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"fc272886-6d94-4260-9c88-030f7100b3e0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Welcome Bonus","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/bonus_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:26:59 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"X428114ebd07a5577cd4dfa3c1e54981f"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Welcome Bonus\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"0ab06e46-26cd-4660-ba95-7ad6c52bf4f7"},{"name":"Bonus Record Status","id":"d58a1e3b-394a-4d34-a0fd-f131403cd5e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Pending","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/bonus_record_status","urlObject":{"path":["data","data_enum","bonus_record_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"154251de-7992-4af8-a650-4c0234d930bb","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Pending","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/bonus_record_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:29:21 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X59e27a349e5379d04af23eac7b2a020c"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Pending\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"d58a1e3b-394a-4d34-a0fd-f131403cd5e3"},{"name":"Rebate Type","id":"ccb08f69-24e2-4f25-9731-3df0cb3730b3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Bet Rebate","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/rebate_type","urlObject":{"path":["data","data_enum","rebate_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"df76bd90-887e-4095-9bfc-acd17d8c98c3","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Bet Rebate","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/rebate_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.26"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 23 Dec 2024 07:14:28 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"X5a22ae15578a4b05c0bbb3085f21f7b7"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Bet Rebate\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"ccb08f69-24e2-4f25-9731-3df0cb3730b3"},{"name":"Rebate Status","id":"aa159cf5-fd95-4a63-949f-03d1b137b1ba","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Active","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/rebate_status","urlObject":{"path":["data","data_enum","rebate_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"b7ea0efb-6d91-409a-ac81-4b2524a3c52b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Active","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/rebate_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:59:54 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"X5eefa2f4dcca601019a9cd805fbbb2fd"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Active\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"aa159cf5-fd95-4a63-949f-03d1b137b1ba"},{"name":"Mission Reward Category","id":"0c71a539-1b15-460b-bea6-b0dd1b4566d7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Daily Record","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/mission_reward_category","urlObject":{"path":["data","data_enum","mission_reward_category"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"6842dcae-38d2-4cdd-ac3c-03a50b911e24","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Daily Record","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/mission_reward_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:36:59 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xc2b9249c2e240637f35edc84c343aa31"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Daily Record\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"0c71a539-1b15-460b-bea6-b0dd1b4566d7"},{"name":"Mission Reward Type","id":"51a436ad-215e-4c5f-a0c4-666e1f17b522","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Activity Point","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/mission_reward_type","urlObject":{"path":["data","data_enum","mission_reward_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"6bd858c3-4dbc-4c69-943d-0f3d9c7b3a5c","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Activity Point","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/mission_reward_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:39:23 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"53"},{"key":"phpdebugbar-id","value":"X241895a91e1a21dfcd79836acd27f4cf"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Activity Point\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"51a436ad-215e-4c5f-a0c4-666e1f17b522"},{"name":"Mission Reward Status","id":"ae234fda-6b9b-449e-a9c3-86de5c7100ce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Active","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/mission_reward_record_status","urlObject":{"path":["data","data_enum","mission_reward_record_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"cf4bae64-fc2d-4350-a5a5-5eb6cf192204","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Active","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/mission_reward_record_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:40:58 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"Xe88f5ab5d230ad9344084999a96e2044"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Active\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"ae234fda-6b9b-449e-a9c3-86de5c7100ce"},{"name":"Customize Reward Record Type","id":"3a230573-6d53-4789-aaea-e41cb9355b88","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Activity Point","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/customize_reward_record_type","urlObject":{"path":["data","data_enum","customize_reward_record_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"ef460f97-6c58-4178-9903-0d639b40203e","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Activity Point","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/customize_reward_record_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:44:11 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"X7ff191018ee78dbc88104d9892ae1c41"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Activity Point\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"3a230573-6d53-4789-aaea-e41cb9355b88"},{"name":"Customize Reward Record Status","id":"22fec170-6ba8-4520-a7ab-d220cff7a59b","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Active","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/customize_reward_record_status","urlObject":{"path":["data","data_enum","customize_reward_record_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"27c98feb-4741-43ad-b268-01f869591760","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Active","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/customize_reward_record_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:50:04 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xd4ba924b463070a8ad58c44f931af8ae"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Active\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"22fec170-6ba8-4520-a7ab-d220cff7a59b"},{"name":"Customize Reward Record Category","id":"f5187648-636a-4836-80d9-1dfe6e5f650c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Activity Point","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/customize_reward_record_category","urlObject":{"path":["data","data_enum","customize_reward_record_category"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"844993fc-f40e-412c-87b7-d67d509fb389","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Activity Point","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/customize_reward_record_category"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:51:25 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X2af22033b71b0b8d94431acf7810282e"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Activity Point\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"f5187648-636a-4836-80d9-1dfe6e5f650c"},{"name":"Member Point Adjustment Type","id":"8216b138-3848-4f31-84c8-1783907b0ece","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Deposit","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_point_adjustment_type","urlObject":{"path":["data","data_enum","member_point_adjustment_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"aff8b5d9-e5b1-4e78-9ce9-2f78d5169f31","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Deposit","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_point_adjustment_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:53:24 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xa7ed3cfdd3e5aac4c907bd82e3aeeb89"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Deposit\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"8216b138-3848-4f31-84c8-1783907b0ece"},{"name":"Member Point Adjustment Status","id":"6a1f74e7-fd1c-4f30-979d-d94858014e16","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Success","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_point_adjustment_status","urlObject":{"path":["data","data_enum","member_point_adjustment_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"cf0395eb-78d9-4eac-a060-8cf0b50563f1","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Success","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_point_adjustment_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:55:03 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"Xe4aa33c701c2ff72bce3eb0df9768496"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Success\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"6a1f74e7-fd1c-4f30-979d-d94858014e16"},{"name":"Member Bet Record Status","id":"f4a03f77-4b0d-4cb8-a0c8-11738b60ac09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Win","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"testing","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_bet_record_status","urlObject":{"path":["data","data_enum","member_bet_record_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"697ecd5a-5586-4872-899b-7f3229246117","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Win","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_bet_record_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:56:14 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"X2b7dd44cb6afc3a59f44a6f4e4a434a3"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=98"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Win\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"f4a03f77-4b0d-4cb8-a0c8-11738b60ac09"},{"name":"Risk Type","id":"b1d8c61e-ca7f-4537-9b73-6570ea48bb34","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Same Fingerprint","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"test same_fingerprint","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/risk_type","urlObject":{"path":["data","data_enum","risk_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"18d433fe-d35a-4e3d-8088-bbdbba28a8b4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Active","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:04:09 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X7fe625506b9851e703b2ef4bf4709c80"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Active\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"b1d8c61e-ca7f-4537-9b73-6570ea48bb34"},{"name":"Risk Status","id":"4309bf67-7ddf-42bf-b18b-0f8237f960fa","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Same","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"same (not unique)","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/risk_status","urlObject":{"path":["data","data_enum","risk_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"ec212ea8-6d29-4ec0-a60a-6b5ef01990dd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Active","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:04:09 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X7fe625506b9851e703b2ef4bf4709c80"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Active\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"4309bf67-7ddf-42bf-b18b-0f8237f960fa"},{"name":"Member Transaction Vendor Type","id":"21baaa1a-4eed-4fc8-9557-cec7d4003e09","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Deposit","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"test remark","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_transaction_vendor_type","urlObject":{"path":["data","data_enum","member_transaction_vendor_type"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"ec467708-c56e-45e3-b412-ae799c3de841","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Deposit","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"test remark","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_transaction_vendor_type"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 17 Apr 2025 08:54:30 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JS1F9VQ3PQ1KNH54EA7FR07C"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Deposit\",\n        \"remark\": \"test remark\"\n    }\n}"}],"_postman_id":"21baaa1a-4eed-4fc8-9557-cec7d4003e09"},{"name":"Member Verify Reward Status","id":"2266dab2-6881-43f7-b6d9-6bddc5fcb3be","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"<p>\"required\", \"numeric\"</p>\n","type":"text"},{"key":"name","value":"Active","description":"<p>\"required\", \"max:100\"</p>\n","type":"text"},{"key":"remark","value":"test remark","description":"<p>\"nullable\", \"max:255\"</p>\n","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_verify_reward_status","urlObject":{"path":["data","data_enum","member_verify_reward_status"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"35d4d96e-e91a-4517-86bb-3cdd86f1c4ea","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"formdata","formdata":[{"key":"record_id","value":"1","description":"\"required\", \"numeric\"","type":"text"},{"key":"name","value":"Active","description":"\"required\", \"max:100\"","type":"text"},{"key":"remark","value":"testing","description":"\"nullable\", \"max:255\"","type":"text"}]},"url":"{{data_url}}/data/data_enum/member_status"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 06:04:09 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X7fe625506b9851e703b2ef4bf4709c80"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": \"1\",\n        \"name\": \"Active\",\n        \"remark\": \"testing\"\n    }\n}"}],"_postman_id":"2266dab2-6881-43f7-b6d9-6bddc5fcb3be"}],"id":"24257859-0fec-488d-ada3-3a498b2e5455","event":[{"listen":"prerequest","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"ee8a21fe-758d-4399-829d-8105d9314e4b"}},{"listen":"test","script":{"type":"text/javascript","packages":{},"exec":[""],"id":"2e2711f9-cd8c-420d-bcd9-2bc0de56a493"}}],"_postman_id":"24257859-0fec-488d-ada3-3a498b2e5455","description":""},{"name":"Selection Option","item":[{"name":"Member Group","id":"0261b87e-930d-4e53-9087-f52ebd1c4413","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":\"1\", //required, numeric, min:1\n    \"name\":\"Regular\", //required, max:100\n    \"sorting\":\"127\", //nullable, numeric\n    \"remark\":\"test remark\", //nullable, max:255\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/selection_option/member_group","urlObject":{"path":["data","selection_option","member_group"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"49a03ac4-c783-4784-9284-17246a17e810","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"name\":\"Regular\", //required, max:100\n    \"sorting\":127, //nullable, numeric, max:127\n    \"remark\":\"test remark\" //nullable, max:255\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_group"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 07:23:12 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X273b6de016ae43817a8cce4e9165254a"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": 1,\n        \"name\": \"Regular\",\n        \"sorting\": 127,\n        \"remark\": \"test remark\"\n    }\n}"}],"_postman_id":"0261b87e-930d-4e53-9087-f52ebd1c4413"},{"name":"Member Tag","id":"ab265ebc-b2fe-4ab2-bfc4-622e43d8541c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":\"1\", //required, numeric, min:1\n    \"name\":\"Same Fingerprint\", //required, max:100\n    \"sorting\":127, //nullable, numeric\n    \"remark\":\"test remark\", //nullable, max:255\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/selection_option/member_tag","urlObject":{"path":["data","selection_option","member_tag"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"1a32901f-ca6f-45db-b57a-3b957bf713bd","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"name\":\"Same Fingerprint\", //required, max:100\n    \"sorting\":127, //nullable, numeric, max:127\n    \"remark\":\"test remark\" //nullable, max:255\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_tag"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 07:26:59 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"X2396a7e0f00dc104fa47b2cbd0a97df8"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": 1,\n        \"name\": \"Same Fingerprint\",\n        \"sorting\": 127,\n        \"remark\": \"test remark\"\n    }\n}"}],"_postman_id":"ab265ebc-b2fe-4ab2-bfc4-622e43d8541c"},{"name":"Member VIP","id":"18d5c838-d926-43c8-8e87-33c3752863c3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":\"1\", //required, numeric, min:1\n    \"name\":\"VIP 1\", //required, max:100\n    \"priority\":1, //nullable, numeric\n    \"remark\":\"test remark\", //nullable, max:255\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/selection_option/member_vip","urlObject":{"path":["data","selection_option","member_vip"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"01ed1899-3f50-44ea-8b78-3718b878fb85","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"name\":\"VIP 1\", //required, max:100\n    \"priority\":1, //nullable, numeric, max:127\n    \"remark\":\"test remark\" //nullable, max:255\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_vip"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 07:29:05 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"X85e455c37d593c00726cfeb08dfa9ea6"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": 1,\n        \"name\": \"VIP 1\",\n        \"priority\": 1,\n        \"remark\": \"test remark\"\n    }\n}"}],"_postman_id":"18d5c838-d926-43c8-8e87-33c3752863c3"},{"name":"Member Transaction Vendor","id":"07777622-a522-46f3-87c3-6dcd797c05c9","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"vendor_name\":\"wepay\", //required, max:100\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/member_transaction_vendor_type\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/selection_option/member_transaction_vendor","urlObject":{"path":["data","selection_option","member_transaction_vendor"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"733895c3-4a8d-4803-93b9-152fc51b456d","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"vendor_name\":\"wepay\", //required, max:100\n    \"type\":1 //required, numeric\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_transaction_vendor"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 07:31:40 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X5528288238b84959b4ce5f18975ce683"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": 1,\n        \"vendor_name\": \"wepay\",\n        \"type\": 1\n    }\n}"}],"_postman_id":"07777622-a522-46f3-87c3-6dcd797c05c9"},{"name":"Game Provider","id":"53fe730e-449e-4da2-8b41-e4da9a860757","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"provider_name\":\"Test Provider\", //required, max:100\n    \"provider_code\":\"TEST\", //nullable, max:100\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/selection_option/game_provider","urlObject":{"path":["data","selection_option","game_provider"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"6cbe35bc-0d0b-4863-91da-b05b60c91ca8","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"provider_name\":\"Test Provider\", //required, max:100\n    \"provider_code\":\"TEST\" //nullable, max:100\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/game_provider"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 08:00:17 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"X311be51e81aadc6fabdcb11cd1caf7f0"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": 1,\n        \"provider_name\": \"Test Provider\",\n        \"provider_code\": \"TEST\"\n    }\n}"}],"_postman_id":"53fe730e-449e-4da2-8b41-e4da9a860757"},{"name":"Game List","id":"fcbee717-6217-4ecf-b276-a14911c99ad0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"game_provider_id\":1, //required, numeric, min:1, data_route:/data/selection_option/game_provider\n    \"game_name\":\"Game 1\", //required, max:100\n    \"game_code\":\"GAME_1\", //nullable, max:100\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/selection_option/game_list","urlObject":{"path":["data","selection_option","game_list"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"281802d0-dbda-4b31-a019-86049298adbc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"game_provider_id\":1, //required, numeric, min:1\n    \"game_name\":\"Game 1\", //required, max:100\n    \"game_code\":\"GAME_1\" //nullable, max:100\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/game_list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 08:03:28 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xeaad7f6c40c4d14c7a5b1f279a05ad26"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": 1,\n        \"game_provider_id\": 1,\n        \"game_name\": \"Game 1\",\n        \"game_code\": \"GAME_1\"\n    }\n}"}],"_postman_id":"fcbee717-6217-4ecf-b276-a14911c99ad0"},{"name":"Bonus List","id":"eb017b9a-babc-4f11-b6c7-9141891d8b86","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/bonus_type\n    \"bonus_name\":\"Welcome Bonus 2024\", //required, max:100\n    \"bonus_code\":\"WELCOME_BONUS_2024\", //nullable, max:100\n    \"remark\":\"test remark\", //nullable, max:255\n    \"valid_from\":\"2025-01-22 00:00:00\", //nullable, date_format:Y-m-d H:i:s\n    \"valid_to\":\"2025-01-22 00:00:00\", //nullable, date_format:Y-m-d H:i:s\n    \"crm_trigger_available\":1, //required, in:1,0\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/selection_option/bonus_list","urlObject":{"path":["data","selection_option","bonus_list"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"5907cf3a-f492-46ec-9633-76cb08392594","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"type\":1, //required, numeric\n    \"bonus_name\":\"Welcome Bonus 2024\", //required, max:100\n    \"bonus_code\":\"WELCOME_BONUS_2024\", //nullable, max:100\n    \"remark\":\"test remark\", //nullable, max:255\n    \"valid_from\":\"2025-01-22 00:00:00\", //nullable, date_format:Y-m-d H:i:s\n    \"valid_to\":\"2025-01-22 00:00:00\", //nullable, date_format:Y-m-d H:i:s\n    \"crm_trigger_available\":1 //required, in:1,0\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/bonus_list"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Date","value":"Wed, 22 Jan 2025 08:06:59 GMT"},{"key":"Server","value":"Apache/2.4.54 (Win64) OpenSSL/1.1.1q mod_fcgid/2.3.10-dev"},{"key":"X-Powered-By","value":"PHP/8.2.15"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"X913b6ab88bca9f05fd949e0db7cfaf36"},{"key":"Vary","value":"Authorization"},{"key":"Keep-Alive","value":"timeout=5, max=100"},{"key":"Connection","value":"Keep-Alive"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Content-Type","value":"application/json"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": {\n        \"record_id\": 1,\n        \"type\": 1,\n        \"bonus_name\": \"Welcome Bonus 2024\",\n        \"bonus_code\": \"WELCOME_BONUS_2024\",\n        \"remark\": \"test remark\",\n        \"valid_from\": \"2025-01-22 00:00:00\",\n        \"valid_to\": \"2025-01-22 00:00:00\",\n        \"crm_trigger_available\": 1\n    }\n}"}],"_postman_id":"eb017b9a-babc-4f11-b6c7-9141891d8b86"}],"id":"91a548fc-e9d9-4bd0-bf81-e5d85890bb6b","_postman_id":"91a548fc-e9d9-4bd0-bf81-e5d85890bb6b","description":""},{"name":"Member Record","item":[{"name":"Affiliate Info","id":"38894a73-abc4-4087-b4ca-6d14bea92c97","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":123123, //required, numeric, min:1\n    \"username\":\"testaffiliate\", //required, max:100\n    \"register_date\":\"2025-01-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"register_ip\":\"127.0.0.1\", //nullable, ip\n    \"register_device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/affiliate_info","urlObject":{"path":["data","integration","affiliate_info"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"b63ebaa1-8716-4578-8149-b27b81b013e4","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"},{"key":"merchant","value":"TM001","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"language\":\"en\", //required\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_status\n    \"referral_id\":2, //nullable, numeric, min:1\n    \"affiliate_id\":2, //nullable, numeric, min:1\n    \"username\":\"testcrm2\", //nullable, max:100\n    \"member_code\":\"test code\", //nullable, max:100\n    \"first_name\":\"test first name\", //nullable, max:100\n    \"last_name\":\"test last name\", //nullable, max:100\n    \"title\":\"test title\", //nullable, max:10\n    \"dob\":\"2001-01-02\", //nullable, date_format:Y-m-d\n    \"sex\":\"F\", //nullable, in:M,F\n    \"wallet_balance\":10, //nullable, numeric\n    \"reward_point\":10, //nullable, numeric\n    \"mobile_no\":\"7233068865\", //required_if:mobile_prefix, string, regex:/^[0-9]+$/\n    \"mobile_prefix\":\"+91\", //required_if:mobile_no, string, regex:/^\\+[0-9]+$/\n    \"email\":\"dougles@oceantech.asia\", //nullable, email\n    \"kyc_email\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_mobile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_profile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_bank\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"address\":\"Test address\", //nullable, max:255\n    \"postal_code\":\"12345\", //nullable, max:255\n    \"city\":\"City\", //nullable, max:255\n    \"country\":\"Country\", //nullable, max:255\n    \"register_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"register_origin\":\"test origin\", //nullable, max:255\n    \"register_ip\":\"127.0.0.1\", //nullable, ip\n    \"register_user_agent\":\"test user agent\", //nullable, max:255\n    \"register_device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"remark\":\"test remark\", //nullable, max:255\n    \"member_group_ary\":[1, 2], //nullable, array, data_route:/data/integration/member_group\n    \"member_tag_ary\":[1, 2, 3], //nullable, array, data_route:/data/integration/member_tag\n    \"member_vip\":1, //nullable, numeric, data_route:/data/integration/member_vip\n    \"subscribe_domain\": \"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:46:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X8e524a1bfc65e74fa3df2acbfd18e303"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"38894a73-abc4-4087-b4ca-6d14bea92c97"},{"name":"Member Info","id":"2ece6d9b-63ab-4590-971c-04ad8270066a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"language\":\"en\", //required\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_status\n    \"referral_id\":2, //nullable, numeric, min:1\n    \"affiliate_id\":2, //nullable, numeric, data_route:/data/integration/affiliate_info\n    \"username\":\"testcrm2\", //nullable, max:100\n    \"password\":\"is a encoded string\", //nullable, max:255\n    \"member_code\":\"test code\", //nullable, max:100\n    \"first_name\":\"test first name\", //nullable, max:100\n    \"last_name\":\"test last name\", //nullable, max:100\n    \"title\":\"test title\", //nullable, max:10\n    \"dob\":\"2001-01-02\", //nullable, date_format:Y-m-d, after_or_equal:1500-01-01\n    \"sex\":\"F\", //nullable, in:M,F\n    \"wallet_balance\":10, //nullable, numeric\n    \"reward_point\":10, //nullable, numeric\n    \"mobile_no\":\"7233068865\", //required_if:mobile_prefix, string, regex:/^[0-9]+$/\n    \"mobile_prefix\":\"+91\", //required_if:mobile_no, string, regex:/^\\+[0-9]+$/\n    \"email\":\"weimin@oceantech.asia\", //nullable, email\n    \"kyc_email\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_mobile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_profile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_bank\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"address\":\"Test address\", //nullable, max:255\n    \"postal_code\":\"12345\", //nullable, max:255\n    \"city\":\"City\", //nullable, max:255\n    \"country\":\"Country\", //nullable, max:255\n    \"register_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"register_origin\":\"test origin\", //nullable, max:255\n    \"register_ip\":\"127.0.0.1\", //nullable, ip\n    \"register_user_agent\":\"test user agent\", //nullable, max:255\n    \"register_device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"register_domain\":\"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"firebase_device_token\":\"qweasdzxc\", //nullable, max:255\n    \"remark\":\"test remark\", //nullable, max:255\n    \"member_group_ary\":[1, 2], //nullable, array, data_route:/data/selection_option/member_group\n    \"member_tag_ary\":[1, 2, 3], //nullable, array, data_route:/data/selection_option/member_tag\n    \"member_vip\":1, //nullable, numeric, data_route:/data/selection_option/member_vip\n    \"subscribe_domain\": \"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"subscribe_domain_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info","urlObject":{"path":["data","integration","member_info"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"2f15f9f6-521e-4b2c-b1e4-39d39fae9ecc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"},{"key":"merchant","value":"TM001","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"language\":\"en\", //required\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_status\n    \"referral_id\":2, //nullable, numeric, min:1\n    \"affiliate_id\":2, //nullable, numeric, min:1\n    \"username\":\"testcrm2\", //nullable, max:100\n    \"member_code\":\"test code\", //nullable, max:100\n    \"first_name\":\"test first name\", //nullable, max:100\n    \"last_name\":\"test last name\", //nullable, max:100\n    \"title\":\"test title\", //nullable, max:10\n    \"dob\":\"2001-01-02\", //nullable, date_format:Y-m-d\n    \"sex\":\"F\", //nullable, in:M,F\n    \"wallet_balance\":10, //nullable, numeric\n    \"reward_point\":10, //nullable, numeric\n    \"mobile_no\":\"7233068865\", //required_if:mobile_prefix, string, regex:/^[0-9]+$/\n    \"mobile_prefix\":\"+91\", //required_if:mobile_no, string, regex:/^\\+[0-9]+$/\n    \"email\":\"dougles@oceantech.asia\", //nullable, email\n    \"kyc_email\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_mobile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_profile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_bank\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"address\":\"Test address\", //nullable, max:255\n    \"postal_code\":\"12345\", //nullable, max:255\n    \"city\":\"City\", //nullable, max:255\n    \"country\":\"Country\", //nullable, max:255\n    \"register_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"register_origin\":\"test origin\", //nullable, max:255\n    \"register_ip\":\"127.0.0.1\", //nullable, ip\n    \"register_user_agent\":\"test user agent\", //nullable, max:255\n    \"register_device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"remark\":\"test remark\", //nullable, max:255\n    \"member_group_ary\":[1, 2], //nullable, array, data_route:/data/integration/member_group\n    \"member_tag_ary\":[1, 2, 3], //nullable, array, data_route:/data/integration/member_tag\n    \"member_vip\":1, //nullable, numeric, data_route:/data/integration/member_vip\n    \"subscribe_domain\": \"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:46:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X8e524a1bfc65e74fa3df2acbfd18e303"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"2ece6d9b-63ab-4590-971c-04ad8270066a"},{"name":"Member Login Record","id":"cf1e874a-2d07-4d56-8680-ddb5b923d71c","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\": 10000, //required, numeric, min:1\n    \"member_id\": 123, //required, numeric, min:1\n    \"login_datetime\": \"2025-06-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"ip_address\": \"127.0.0.1\", //nullable, ip\n    \"device_type\": 1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"user_agent\": \"Mozilla/5.0 (Windows NT 10.0; Win64; x64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/124.0.0.0 Safari/537.36\", //nullable, max:255\n    \"browser_info\": \"Chrome/133.0.0.0\", //nullable, max:255\n    \"device_info\": \"Linux;Android 10;K\", //nullable, max:255\n    \"origin\": \"test origin\", //nullable, max:255\n    \"password\": \"is a encoded string\", //nullable, max:255\n    \"fingerprint\": \"JgoPz7B44Q1WYc12mp8CFrenBfxAvn8F2h2zDxUx\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-06-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_login_record","urlObject":{"path":["data","integration","member_login_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"574b907a-c290-4951-9f0f-ea16458e2811","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\": 1000, //required, numeric, min:1\n    \"member_id\": 123, //required, numeric, min:1\n    \"login_datetime\": \"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"ip_address\": \"127.0.0.1\", //nullable, ip\n    \"device_type\": 1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"user_agent\": \"test user agent\", //nullable, max:255\n    \"origin\": \"test origin\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_login_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:48:48 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"X2dba25e5eb58bde88d9e4a9c6d65036a"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"cf1e874a-2d07-4d56-8680-ddb5b923d71c"},{"name":"Member Transaction Record","id":"db264dd5-01d9-42e4-8a51-d72adc7cdd47","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/member_transaction_type\n    \"payment_method\":2, //nullable, numeric, enum_route:/data/data_enum/member_transaction_payment_method\n    \"transaction_vendor_id\":3, //nullable, numeric, data_route:/data/selection_option/member_transaction_vendor\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_transaction_status\n    \"amount\":100, //required, numeric, min:0.0001\n    \"fee_amount\":5, //nullable, numeric, min:0\n    \"remark\":\"test remark\", //nullable, max:255\n    \"origin\":\"test origin\", //nullable, max:255\n    \"submitted_datetime\":\"2025-06-16 12:13:14\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"completed_datetime\":\"2025-06-16 13:14:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:submitted_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-06-16 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_transaction_record","urlObject":{"path":["data","integration","member_transaction_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"dee63add-06d1-4b58-b19d-2ea86139d71a","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/member_transaction_type\n    \"payment_method\":2, //nullable, numeric, enum_route:/data/data_enum/member_transaction_payment_method\n    \"transaction_vendor_id\":3, //nullable, numeric, data_route:/data/integration/member_transaction_vendor\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_transaction_status\n    \"amount\":100, //required, numeric, min:0.0001\n    \"fee_amount\":5, //nullable, numeric, min:0.0001\n    \"remark\":\"test remark\", //nullable, max:255\n    \"origin\":\"test origin\", //nullable, max:255\n    \"submitted_datetime\":\"2024-12-23 12:13:14\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"completed_datetime\":\"2025-01-01 12:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:submitted_at\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_transaction_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:47:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xedabbb60c8b0dcb4f6f7e83e54b708f9"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"db264dd5-01d9-42e4-8a51-d72adc7cdd47"},{"name":"Member Bet Record","id":"57791e66-49f0-42f5-b481-4832f614ab69","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"bet_amount\":10, //required, numeric\n    \"valid_bet_amount\":10, //required, numeric\n    \"settle_amount\":20, //nullable, numeric\n    \"win_loss_amount\":10, //nullable, numeric\n    \"turnover_amount\":10, //nullable, numeric\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_bet_record_status\n    \"bet_datetime\":\"2025-06-16 10:21:29\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"settle_datetime\":\"2025-06-16 10:21:31\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:bet_datetime\n    \"game_id\":129, //nullable, numeric, data_route:/data/selection_option/game_list\n    \"game_category_id\":2, //nullable, numeric, enum_route:/data/data_enum/game_category\n    \"game_subcategory_id\":3, //nullable, numeric, enum_route:/data/data_enum/game_subcategory\n    \"game_provider_id\":5, //nullable, numeric, data_route:/data/selection_option/game_provider\n    \"device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"origin\":\"test origin\", //nullable, max:255\n    \"ticket_id\":\"test ticket\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-06-16 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_bet_record","urlObject":{"path":["data","integration","member_bet_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"6f5a404e-9f3d-4ea1-95af-c289a7d2c8bc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"bet_amount\":10, //required, numeric\n    \"valid_bet_amount\":10, //required, numeric\n    \"settle_amount\":20, //nullable, numeric\n    \"win_loss_amount\":10, //nullable, numeric\n    \"turnover_amount\":10, //nullable, numeric\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_bet_record_status\n    \"bet_datetime\":\"2024-12-21 10:21:29\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"settle_datetime\":\"2024-12-21 10:21:31\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:bet_datetime\n    \"game_id\":129, //nullable, numeric, data_route:/data/integration/game_list\n    \"game_category_id\":2, //nullable, numeric, enum_route:/data/data_enum/game_category\n    \"game_subcategory_id\":3, //nullable, numeric, enum_route:/data/data_enum/game_subcategory\n    \"game_provider_id\":5, //nullable, numeric, data_route:/data/integration/game_provider\n    \"device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"origin\":\"test origin\", //nullable, max:255\n    \"ticket_id\":\"test ticket\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_bet_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:47:13 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"X957d253a424ca4baf0812a68f6b5670a"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"57791e66-49f0-42f5-b481-4832f614ab69"},{"name":"Member VIP Level Record","id":"dd35f46f-3a9c-4814-bd66-42261cebb955","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //required, numeric, min:1, enum_route:/data/data_enum/vip_level_record_type\n    \"original_vip_id\":30, //required, numeric, min:0, data_route:/data/selection_option/member_vip\n    \"new_vip_id\":50, //nullable, numeric, min:0, data_route:/data/selection_option/member_vip\n    \"original_vip_point\":1000, //required, numeric\n    \"new_vip_point\":2000, //nullable, numeric\n    \"cycle_original_point\":500, //nullable, numeric\n    \"cycle_new_point\":800, //nullable, numeric\n    \"submitted_at\":\"2024-12-11 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"completed_at\":\"2024-12-12 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:submitted_at\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_vip_level_record","urlObject":{"path":["data","integration","member_vip_level_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"d5c32623-312f-459b-b6be-804c76d189fc","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //required, numeric, min:1, enum_route:/data/data_enum/vip_level_record_type\n    \"original_vip_id\":30, //required, numeric, min:1\n    \"new_vip_id\":50, //nullable, numeric, min:1\n    \"original_vip_point\":1000, //required, numeric, min:0\n    \"new_vip_point\":2000, //nullable, numeric, min:0\n    \"cycle_original_point\":500, //nullable, numeric, min:0\n    \"cycle_new_point\":800, //nullable, numeric, min:0\n    \"submitted_at\":\"2024-12-11 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"completed_at\":\"2024-12-12 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:submitted_at\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_vip_level_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:47:22 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"56"},{"key":"phpdebugbar-id","value":"Xc9a78ba6b775fba638bae768560c1d0c"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"dd35f46f-3a9c-4814-bd66-42261cebb955"},{"name":"Member VIP Bonus Record","id":"194a6622-9256-4184-8127-82578cd75c68","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"member_vip_id\":80, //required, numeric, data_route:/data/selection_option/member_vip\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/vip_bonus_record_type\n    \"bonus_amount\":120, //nullable, numeric, min:0\n    \"bonus_point\":12, //nullable, numeric, min:0\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/vip_bonus_record_status\n    \"released_datetime\":\"2025-06-16 12:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"settlement_datetime\":\"2025-06-16 12:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2025-06-16 12:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-06-16 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_vip_bonus_record","urlObject":{"path":["data","integration","member_vip_bonus_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"09dbc936-cf0d-477b-a1ba-a86776dd2b44","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"member_vip_id\":80, //required, numeric\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/vip_bonus_record_type\n    \"bonus_amount\":120, //nullable, numeric, min:0.0001\n    \"bonus_point\":12, //nullable, numeric, min:0.0001\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/vip_bonus_record_status\n    \"released_datetime\":\"2025-12-14 12:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"settlement_datetime\":\"2026-12-11 12:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2026-12-13 12:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_vip_bonus_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:47:30 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"55"},{"key":"phpdebugbar-id","value":"X6df86fabe3e3844a24e26bfdeac729de"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"194a6622-9256-4184-8127-82578cd75c68"},{"name":"Member Bonus Record","id":"6ce7ef39-97bc-4ec1-9d24-40b123a3fdf7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"bonus_record_id\":50, //nullable, numeric, data_route:/data/selection_option/bonus_list\n    \"bonus_amount\":100, //nullable, numeric, min:0\n    \"bonus_point\":10, //nullable, numeric, min:0\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/bonus_record_status\n    \"start_datetime\":\"2025-06-16 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"end_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"released_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"settlement_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-06-16 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_bonus_record","urlObject":{"path":["data","integration","member_bonus_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"00cebc66-08bd-4750-b52b-7231e886ed13","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"bonus_record_id\":50, //nullable, numeric, data_route:/data/integration/bonus_list\n    \"bonus_amount\":100, //nullable, numeric, min:0.0001\n    \"bonus_point\":10, //nullable, numeric, min:0.0001\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/bonus_record_status\n    \"start_datetime\":\"2024-12-12 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"end_datetime\":\"2025-01-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"released_datetime\":\"2024-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"settlement_datetime\":\"2024-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2025-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_bonus_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:47:38 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"54"},{"key":"phpdebugbar-id","value":"X4ad390d9a3dfff2e794be6ba6e50f303"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"6ce7ef39-97bc-4ec1-9d24-40b123a3fdf7"},{"name":"Member Rebate Record","id":"a9dabc32-4d32-4f82-8c67-9b2642a5251f","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/rebate_type\n    \"member_group_id\":1, //nullable, numeric, data_route:/data/selection_option/member_group\n    \"affiliate_id\":2, //nullable, numeric, data_route:/data/integration/affiliate_info\n    \"game_provider_id\":3, //nullable, numeric, data_route:/data/selection_option/game_provider\n    \"rate\":4.7, //nullable, numeric\n    \"total_eligible_turnover\":15, //nullable, numeric\n    \"win_loss_amount\":30, //nullable, numeric\n    \"rebate_amount\":100, //nullable, numeric, min:0\n    \"rebate_point\":10, //nullable, numeric, min:0\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/rebate_status\n    \"start_time\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"end_time\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_time\n    \"released_datetime\":\"2025-06-16 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"settlement_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-06-16 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_rebate_record","urlObject":{"path":["data","integration","member_rebate_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"015a5786-030c-4074-a727-a9d1e2b856bb","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/rebate_type\n    \"member_group_id\":1, //nullable, numeric, data_route:/data/integration/member_group\n    \"affiliate_id\":1, //nullable, numeric, min:1\n    \"provider_id\":1, //nullable, numeric, min:1\n    \"rate\":4.7, //nullable, numeric\n    \"total_eligible_turnover\":15, //nullable, numeric, min:0.0001\n    \"win_loss_amount\":30, //nullable, numeric, min:0.0001\n    \"rebate_amount\":100, //nullable, numeric, min:0.0001\n    \"rebate_point\":10, //nullable, numeric, min:0.0001\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/rebate_status\n    \"released_datetime\":\"2024-12-12 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"settlement_datetime\":\"2024-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2024-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_rebate_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 25 Mar 2025 08:29:10 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X74c75b6e42aecff4bb6566572dbe26c6"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"a9dabc32-4d32-4f82-8c67-9b2642a5251f"},{"name":"Member Mission Reward Record","id":"1065dd11-2295-4e28-b14a-72c335df1998","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //nullable, numeric, enum_route:/data/data_enum/mission_reward_type\n    \"category\":2, //nullable, numeric, enum_route:/data/data_enum/mission_reward_category\n    \"reward_amount\":100, //nullable, numeric, min:0\n    \"reward_point\":10, //nullable, numeric, min:0\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/mission_reward_record_status\n    \"start_datetime\":\"2025-06-16 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"end_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"released_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"settlement_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-06-16 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_mission_reward_record","urlObject":{"path":["data","integration","member_mission_reward_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"771e1478-eb12-49f8-a0c8-39dc92d60495","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //nullable, numeric, enum_route:/data/data_enum/mission_reward_type\n    \"category\":2, //nullable, numeric, enum_route:/data/data_enum/mission_reward_category\n    \"reward_amount\":100, //nullable, numeric, min:0.0001\n    \"reward_point\":10, //nullable, numeric, min:0.0001\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/mission_reward_record_status\n    \"start_datetime\":\"2024-12-12 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"end_datetime\":\"2025-01-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"released_datetime\":\"2024-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"settlement_datetime\":\"2024-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2024-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_mission_reward_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:47:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X300c21e669e198684c8e7135f739454a"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"1065dd11-2295-4e28-b14a-72c335df1998"},{"name":"Member Customize Reward Record","id":"a260da93-d104-43fa-bae1-39ac86ba5907","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":4, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"category\":2, //required, numeric, enum_route:/data/data_enum/customize_reward_record_category\n    \"type\":1, //nullable, numeric, enum_route:/data/data_enum/customize_reward_record_type\n    \"reward_amount\":100, //nullable, numeric, min:0\n    \"reward_point\":10, //nullable, numeric, min:0\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/customize_reward_record_status\n    \"start_datetime\":\"2025-06-16 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"end_datetime\":\"2025-06-16 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"released_datetime\":\"2025-06-16 05:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"settlement_datetime\":\"2025-06-16 06:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2025-06-16 10:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-06-16 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_customize_reward_record","urlObject":{"path":["data","integration","member_customize_reward_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"b59796d1-c956-422a-90c8-2b737aae147d","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":4, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"category\":2, //required, numeric, enum_route:/data/data_enum/customize_reward_record_category\n    \"type\":1, //nullable, numeric, enum_route:/data/data_enum/customize_reward_record_type\n    \"reward_amount\":100, //nullable, numeric, min:0.0001\n    \"reward_point\":10, //nullable, numeric, min:0.0001\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/customize_reward_record_status\n    \"start_datetime\":\"2024-12-12 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"end_datetime\":\"2025-01-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"released_datetime\":\"2024-12-12 05:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_datetime\n    \"settlement_datetime\":\"2024-12-13 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2024-12-14 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_customize_reward_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:48:04 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xd969f1b9ff0b188a54d3510780670cde"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"a260da93-d104-43fa-bae1-39ac86ba5907"},{"name":"Member Point Adjustment Record","id":"87384fe6-6f57-4131-a49d-0b90ca7e8640","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":2, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/member_point_adjustment_type\n    \"point\":200, //required, numeric\n    \"after_adjustment_point\":300, //nullable, numeric\n    \"status\":2, //required, numeric, enum_route:/data/data_enum/member_point_adjustment_status\n    \"remark\":\"Testing\", //nullable, max:255\n    \"submitted_datetime\":\"2025-06-16 12:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"completed_datetime\":\"2025-06-16 12:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:submitted_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-06-16 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_point_adjustment_record","urlObject":{"path":["data","integration","member_point_adjustment_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"77dc29b9-dd05-4cd0-9a91-d7a19b89cdf0","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":2, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/member_point_adjustment_type\n    \"point\":200, //required, numeric\n    \"after_adjustment_point\":300, //nullable, numeric\n    \"status\":2, //required, numeric, enum_route:/data/data_enum/member_point_adjustment_status\n    \"remark\":\"Testing\", //nullable, max:255\n    \"submitted_datetime\":\"2024-12-12 12:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:4 months ago\n    \"completed_datetime\":\"2025-01-12 12:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:submitted_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_point_adjustment_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:48:12 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"57"},{"key":"phpdebugbar-id","value":"X7e7f61acf1bc63f4851074ee4c594bff"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"87384fe6-6f57-4131-a49d-0b90ca7e8640"},{"name":"Member Risk Setting","id":"660aa963-f667-428d-92e8-04f1a9c8c098","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":2, //required, numeric, enum_route:/data/data_enum/risk_type\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/risk_status\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_risk_setting","urlObject":{"path":["data","integration","member_risk_setting"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"9047e0dc-7c57-47eb-a8cc-22ff51a59ee7","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"}],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"type\":1, //required, numeric, enum_route:/data/data_enum/member_transaction_type\n    \"payment_method\":2, //nullable, numeric, enum_route:/data/data_enum/member_transaction_payment_method\n    \"transaction_vendor_id\":3, //nullable, numeric, data_route:/data/integration/member_transaction_vendor\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_transaction_status\n    \"amount\":100, //required, numeric, min:0.0001\n    \"fee_amount\":5, //nullable, numeric, min:0.0001\n    \"remark\":\"test remark\", //nullable, max:255\n    \"origin\":\"test origin\", //nullable, max:255\n    \"submitted_datetime\":\"2024-12-23 12:13:14\", //required, date_format:Y-m-d H:i:s, after_or_equal:5 months ago\n    \"completed_datetime\":\"2025-01-01 12:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:submitted_at\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_transaction_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:47:05 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"58"},{"key":"phpdebugbar-id","value":"Xedabbb60c8b0dcb4f6f7e83e54b708f9"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"660aa963-f667-428d-92e8-04f1a9c8c098"},{"name":"Member Verify Reward Record","id":"57579a12-aabb-4ee0-85ff-96da03856914","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"auth":{"type":"basic","basic":{"basicConfig":[{"key":"username","value":"{{merchant_code}}"},{"key":"password","value":"{{merchant_password}}"}]},"isInherited":false},"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"verify_profile\":0, //nullable, in:0,1\n    \"verify_deposit\":0, //nullable, in:0,1\n    \"verify_withdraw\":0, //nullable, in:0,1\n    \"verify_bet\":0, //nullable, in:0,1\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_verify_reward_status\n    \"released_datetime\":\"2024-12-12 00:00:00\", //required_with:settlement_datetime, date_format:Y-m-d H:i:s\n    \"settlement_datetime\":\"2024-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2025-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_verify_reward_record","urlObject":{"path":["data","integration","member_verify_reward_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"1d79dacb-b183-4eb5-ba19-e805fdb97201","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":1, //required, numerix, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"verify_profile\":1, //nullable, numeric\n    \"verify_deposit\":1, //nullable, numeric\n    \"verify_withdraw\":1, //nullable, numeric\n    \"verify_bet\":1, //nullable, numeric\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_verify_reward_status\n    \"released_datetime\":\"2024-12-12 00:00:00\", //required_with:settlement_datetime, date_format:Y-m-d H:i:s\n    \"settlement_datetime\":\"2024-12-12 00:00:00\", //required_with:released_datetime, date_format:Y-m-d H:i:s, after_or_equal:released_datetime\n    \"expired_datetime\":\"2025-12-12 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:settlement_datetime\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_verify_reward_record"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Thu, 17 Apr 2025 08:14:26 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JS1D0GKK6CQFTRVEDVZZ097W"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"57579a12-aabb-4ee0-85ff-96da03856914"},{"name":"Member Info Summary","id":"1417b07a-509a-49a6-89a7-ea8dfd4067e3","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"language\":\"en\", //required\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_status\n    \"referral_id\":2, //nullable, numeric, min:1\n    \"affiliate_id\":2, //nullable, numeric, data_route:/data/integration/affiliate_info\n    \"username\":\"testcrm2\", //nullable, max:100\n    \"password\":\"is a encoded string\", //nullable, max:255\n    \"member_code\":\"test code\", //nullable, max:100\n    \"first_name\":\"test first name\", //nullable, max:100\n    \"last_name\":\"test last name\", //nullable, max:100\n    \"title\":\"test title\", //nullable, max:10\n    \"dob\":\"2001-01-02\", //nullable, date_format:Y-m-d, after_or_equal:1500-01-01\n    \"sex\":\"F\", //nullable, in:M,F\n    \"wallet_balance\":10, //nullable, numeric\n    \"mobile_no\":\"7233068865\", //required_if:mobile_prefix, string, regex:/^[0-9]+$/\n    \"mobile_prefix\":\"+91\", //required_if:mobile_no, string, regex:/^\\+[0-9]+$/\n    \"email\":\"weimin@oceantech.asia\", //nullable, email\n    \"kyc_email\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_mobile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_profile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_bank\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"address\":\"Test address\", //nullable, max:255\n    \"postal_code\":\"12345\", //nullable, max:255\n    \"city\":\"City\", //nullable, max:255\n    \"country\":\"Country\", //nullable, max:255\n    \"register_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"register_origin\":\"test origin\", //nullable, max:255\n    \"register_ip\":\"127.0.0.1\", //nullable, ip\n    \"register_user_agent\":\"test user agent\", //nullable, max:255\n    \"register_device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"register_domain\":\"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"firebase_device_token\":\"qweasdzxc\", //nullable, max:255\n    \"remark\":\"test remark\", //nullable, max:255\n    \"member_group_ary\":[1, 2], //nullable, array, data_route:/data/selection_option/member_group\n    \"subscribe_domain\": \"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"subscribe_domain_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    }, //nullable, array, max:50\n    \"last_update_time\":\"2025-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info_summary","urlObject":{"path":["data","integration","member_info_summary"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"60785a29-f726-43d3-8f8a-9cf55db09012","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"},{"key":"merchant","value":"TM001","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"language\":\"en\", //required\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_status\n    \"referral_id\":2, //nullable, numeric, min:1\n    \"affiliate_id\":2, //nullable, numeric, min:1\n    \"username\":\"testcrm2\", //nullable, max:100\n    \"member_code\":\"test code\", //nullable, max:100\n    \"first_name\":\"test first name\", //nullable, max:100\n    \"last_name\":\"test last name\", //nullable, max:100\n    \"title\":\"test title\", //nullable, max:10\n    \"dob\":\"2001-01-02\", //nullable, date_format:Y-m-d\n    \"sex\":\"F\", //nullable, in:M,F\n    \"wallet_balance\":10, //nullable, numeric\n    \"reward_point\":10, //nullable, numeric\n    \"mobile_no\":\"7233068865\", //required_if:mobile_prefix, string, regex:/^[0-9]+$/\n    \"mobile_prefix\":\"+91\", //required_if:mobile_no, string, regex:/^\\+[0-9]+$/\n    \"email\":\"dougles@oceantech.asia\", //nullable, email\n    \"kyc_email\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_mobile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_profile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_bank\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"address\":\"Test address\", //nullable, max:255\n    \"postal_code\":\"12345\", //nullable, max:255\n    \"city\":\"City\", //nullable, max:255\n    \"country\":\"Country\", //nullable, max:255\n    \"register_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"register_origin\":\"test origin\", //nullable, max:255\n    \"register_ip\":\"127.0.0.1\", //nullable, ip\n    \"register_user_agent\":\"test user agent\", //nullable, max:255\n    \"register_device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"remark\":\"test remark\", //nullable, max:255\n    \"member_group_ary\":[1, 2], //nullable, array, data_route:/data/integration/member_group\n    \"member_tag_ary\":[1, 2, 3], //nullable, array, data_route:/data/integration/member_tag\n    \"member_vip\":1, //nullable, numeric, data_route:/data/integration/member_vip\n    \"subscribe_domain\": \"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:46:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X8e524a1bfc65e74fa3df2acbfd18e303"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"1417b07a-509a-49a6-89a7-ea8dfd4067e3"},{"name":"Member Info Vip","id":"e3a566fd-d421-4e67-ba95-bf185373dc46","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"member_vip\":1, //nullable, numeric, data_route:/data/selection_option/member_vip\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info_vip","urlObject":{"path":["data","integration","member_info_vip"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"3d4495e7-eb60-4386-a8a6-a486d77c941b","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"},{"key":"merchant","value":"TM001","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"language\":\"en\", //required\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_status\n    \"referral_id\":2, //nullable, numeric, min:1\n    \"affiliate_id\":2, //nullable, numeric, min:1\n    \"username\":\"testcrm2\", //nullable, max:100\n    \"member_code\":\"test code\", //nullable, max:100\n    \"first_name\":\"test first name\", //nullable, max:100\n    \"last_name\":\"test last name\", //nullable, max:100\n    \"title\":\"test title\", //nullable, max:10\n    \"dob\":\"2001-01-02\", //nullable, date_format:Y-m-d\n    \"sex\":\"F\", //nullable, in:M,F\n    \"wallet_balance\":10, //nullable, numeric\n    \"reward_point\":10, //nullable, numeric\n    \"mobile_no\":\"7233068865\", //required_if:mobile_prefix, string, regex:/^[0-9]+$/\n    \"mobile_prefix\":\"+91\", //required_if:mobile_no, string, regex:/^\\+[0-9]+$/\n    \"email\":\"dougles@oceantech.asia\", //nullable, email\n    \"kyc_email\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_mobile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_profile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_bank\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"address\":\"Test address\", //nullable, max:255\n    \"postal_code\":\"12345\", //nullable, max:255\n    \"city\":\"City\", //nullable, max:255\n    \"country\":\"Country\", //nullable, max:255\n    \"register_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"register_origin\":\"test origin\", //nullable, max:255\n    \"register_ip\":\"127.0.0.1\", //nullable, ip\n    \"register_user_agent\":\"test user agent\", //nullable, max:255\n    \"register_device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"remark\":\"test remark\", //nullable, max:255\n    \"member_group_ary\":[1, 2], //nullable, array, data_route:/data/integration/member_group\n    \"member_tag_ary\":[1, 2, 3], //nullable, array, data_route:/data/integration/member_tag\n    \"member_vip\":1, //nullable, numeric, data_route:/data/integration/member_vip\n    \"subscribe_domain\": \"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:46:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X8e524a1bfc65e74fa3df2acbfd18e303"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"e3a566fd-d421-4e67-ba95-bf185373dc46"},{"name":"Member Info Tag","id":"661d5cd8-41d8-48bc-9980-ba52b4daa737","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"member_tag_ary\":[1, 2], //nullable, array, data_route:/data/selection_option/member_tag\n    \"last_update_time\":\"2024-12-01 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info_tag","urlObject":{"path":["data","integration","member_info_tag"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"c81929dd-d95b-46d1-ab50-d5ddae71edda","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"},{"key":"merchant","value":"TM001","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"language\":\"en\", //required\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_status\n    \"referral_id\":2, //nullable, numeric, min:1\n    \"affiliate_id\":2, //nullable, numeric, min:1\n    \"username\":\"testcrm2\", //nullable, max:100\n    \"member_code\":\"test code\", //nullable, max:100\n    \"first_name\":\"test first name\", //nullable, max:100\n    \"last_name\":\"test last name\", //nullable, max:100\n    \"title\":\"test title\", //nullable, max:10\n    \"dob\":\"2001-01-02\", //nullable, date_format:Y-m-d\n    \"sex\":\"F\", //nullable, in:M,F\n    \"wallet_balance\":10, //nullable, numeric\n    \"reward_point\":10, //nullable, numeric\n    \"mobile_no\":\"7233068865\", //required_if:mobile_prefix, string, regex:/^[0-9]+$/\n    \"mobile_prefix\":\"+91\", //required_if:mobile_no, string, regex:/^\\+[0-9]+$/\n    \"email\":\"dougles@oceantech.asia\", //nullable, email\n    \"kyc_email\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_mobile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_profile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_bank\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"address\":\"Test address\", //nullable, max:255\n    \"postal_code\":\"12345\", //nullable, max:255\n    \"city\":\"City\", //nullable, max:255\n    \"country\":\"Country\", //nullable, max:255\n    \"register_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"register_origin\":\"test origin\", //nullable, max:255\n    \"register_ip\":\"127.0.0.1\", //nullable, ip\n    \"register_user_agent\":\"test user agent\", //nullable, max:255\n    \"register_device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"remark\":\"test remark\", //nullable, max:255\n    \"member_group_ary\":[1, 2], //nullable, array, data_route:/data/integration/member_group\n    \"member_tag_ary\":[1, 2, 3], //nullable, array, data_route:/data/integration/member_tag\n    \"member_vip\":1, //nullable, numeric, data_route:/data/integration/member_vip\n    \"subscribe_domain\": \"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:46:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X8e524a1bfc65e74fa3df2acbfd18e303"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"661d5cd8-41d8-48bc-9980-ba52b4daa737"},{"name":"Member Info Reward Point","id":"a69c4aa0-792e-4452-889d-070763e9b8ec","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"reward_point\":20, //nullable, numeric\n    \"last_update_time\":\"2025-05-29 00:00:00\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info_reward_point","urlObject":{"path":["data","integration","member_info_reward_point"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"6f599357-328a-4399-9f9a-5c88a8a6e8d6","name":"Success","originalRequest":{"method":"POST","header":[{"key":"Authorization","value":"Basic {{data_token}}","type":"text"},{"key":"merchant","value":"TM001","type":"text","disabled":true}],"body":{"mode":"raw","raw":"{\n    \"record_id\":3177632, //required, numeric, min:1\n    \"language\":\"en\", //required\n    \"status\":1, //required, numeric, enum_route:/data/data_enum/member_status\n    \"referral_id\":2, //nullable, numeric, min:1\n    \"affiliate_id\":2, //nullable, numeric, min:1\n    \"username\":\"testcrm2\", //nullable, max:100\n    \"member_code\":\"test code\", //nullable, max:100\n    \"first_name\":\"test first name\", //nullable, max:100\n    \"last_name\":\"test last name\", //nullable, max:100\n    \"title\":\"test title\", //nullable, max:10\n    \"dob\":\"2001-01-02\", //nullable, date_format:Y-m-d\n    \"sex\":\"F\", //nullable, in:M,F\n    \"wallet_balance\":10, //nullable, numeric\n    \"reward_point\":10, //nullable, numeric\n    \"mobile_no\":\"7233068865\", //required_if:mobile_prefix, string, regex:/^[0-9]+$/\n    \"mobile_prefix\":\"+91\", //required_if:mobile_no, string, regex:/^\\+[0-9]+$/\n    \"email\":\"dougles@oceantech.asia\", //nullable, email\n    \"kyc_email\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_mobile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_profile\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_bank\":1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"address\":\"Test address\", //nullable, max:255\n    \"postal_code\":\"12345\", //nullable, max:255\n    \"city\":\"City\", //nullable, max:255\n    \"country\":\"Country\", //nullable, max:255\n    \"register_date\":\"2025-01-01 00:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:2000-01-01 00:00:00\n    \"register_origin\":\"test origin\", //nullable, max:255\n    \"register_ip\":\"127.0.0.1\", //nullable, ip\n    \"register_user_agent\":\"test user agent\", //nullable, max:255\n    \"register_device_type\":1, //nullable, numeric, enum_route:/data/data_enum/member_device_type\n    \"remark\":\"test remark\", //nullable, max:255\n    \"member_group_ary\":[1, 2], //nullable, array, data_route:/data/integration/member_group\n    \"member_tag_ary\":[1, 2, 3], //nullable, array, data_route:/data/integration/member_tag\n    \"member_vip\":1, //nullable, numeric, data_route:/data/integration/member_vip\n    \"subscribe_domain\": \"https://demo-jolibet.ibstest.site\", //nullable, max:255\n    \"additional_data\": {\n        \"test_data\": \"test value\"\n    } //nullable, array, max:50\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Host","value":"127.0.0.1:8000"},{"key":"Connection","value":"close"},{"key":"X-Powered-By","value":"PHP/8.3.13"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Mon, 03 Mar 2025 16:46:53 GMT"},{"key":"Content-Type","value":"application/json"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"X8e524a1bfc65e74fa3df2acbfd18e303"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": null\n}"}],"_postman_id":"a69c4aa0-792e-4452-889d-070763e9b8ec"}],"id":"c3e1344c-8475-4e29-9723-e21877ebbd0e","_postman_id":"c3e1344c-8475-4e29-9723-e21877ebbd0e","description":""},{"name":"Member Record Checking","item":[{"name":"Affiliate Info","id":"27b9d8b4-4db1-4f0c-9226-2377d0cb0889","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"register_date\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"register_device_type\": 1 //nullable, numeric, enum_route:/data/data_enum/member_device_type\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/affiliate_info","urlObject":{"path":["data","check_integration","affiliate_info"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"316e2f33-868e-4d4e-bb97-bfe49f92e0ff","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}]},"url":"{{data_url}}/data/check_integration/affiliate_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 08:01:45 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE88WFERVN64APSDHFJGJQZ"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 4\n}"}],"_postman_id":"27b9d8b4-4db1-4f0c-9226-2377d0cb0889"},{"name":"Member Info","id":"181f0e24-3b6b-4388-835c-c9f254e5b3ed","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-01-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-02-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n     \"register_date\": {\n        \"start_date\": \"2025-01-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-02-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"status\": 1, //nullable, numeric, enum_route:/data/data_enum/member_status\n    \"affiliate_id\": 1, //nullable, numeric, data_route:/data/integration/affiliate_info\n    \"kyc_email\": 1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_mobile\": 1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_profile\": 1, //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n    \"kyc_bank\": 1 //nullable, numeric, enum_route:/data/data_enum/member_kyc_status\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info","urlObject":{"path":["data","check_integration","member_info"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"5de3b252-8c50-4ccb-9265-bffae94b5ee8","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"181f0e24-3b6b-4388-835c-c9f254e5b3ed"},{"name":"Member Login Record","id":"7936945a-d875-4f55-81df-ebe24fe87780","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"login_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"device_type\": 1 //nullable, numeric, enum_route:/data/data_enum/member_device_type\n\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_login_record","urlObject":{"path":["data","check_integration","member_login_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"f41a4b75-8232-491c-afeb-4980203ec4e1","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"7936945a-d875-4f55-81df-ebe24fe87780"},{"name":"Member Transaction Record","id":"1842b8bd-c24b-48d1-9061-ae84e2be1dd5","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"completed_at\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"submitted_at\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"type\": 1, //nullable, numeric, enum_route:/data/data_enum/member_transaction_type\n    \"payment_method\": 1, //nullable, numeric, enum_route:/data/data_enum/member_transaction_payment_method\n    \"transaction_vendor_id\": 1, //nullable, numeric, data_route:/data/selection_option/member_transaction_vendor\n    \"status\": 1 //nullable, numeric, enum_route:/data/data_enum/member_transaction_status\n\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_transaction_record","urlObject":{"path":["data","check_integration","member_transaction_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"48874260-100c-473e-ad39-70ac7299d695","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"1842b8bd-c24b-48d1-9061-ae84e2be1dd5"},{"name":"Member Bet Record","id":"d142ae91-1b2a-4564-a2f4-22b0b41d8bb2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-02-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-03-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"bet_time\": {\n        \"start_date\": \"2025-02-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-03-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"status\": 1, //nullable, numeric, enum_route:/data/data_enum/member_bet_record_status\n    \"game_id\": 1, //nullable, numeric, data_route:/data/selection_option/game_list\n    \"game_category_id\": 1, //nullable, numeric, enum_route:/data/data_enum/game_category\n    \"game_subcategory_id\": 1, //nullable, numeric, enum_route:/data/data_enum/game_subcategory\n    \"game_provider_id\": 1, //nullable, numeric, data_route:/data/selection_option/game_provider\n    \"device_type\": 1 //nullable, numeric, enum_route:/data/data_enum/member_device_type\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_bet_record","urlObject":{"path":["data","check_integration","member_bet_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"74c86a6a-ce2b-43ad-b99c-de61859f6c37","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"d142ae91-1b2a-4564-a2f4-22b0b41d8bb2"},{"name":"Member Vip Level Record","id":"3dd3526b-7a54-40ef-b870-7fceacf47ab6","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"completed_at\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"submitted_at\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"type\": 1, //nullable, numeric, enum_route:/data/data_enum/vip_level_record_type\n    \"original_vip_id\": 1, //nullable, numeric, data_route:/data/selection_option/member_vip\n    \"new_vip_id\": 1 //nullable, numeric, data_route:/data/selection_option/member_vip\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_vip_level_record","urlObject":{"path":["data","check_integration","member_vip_level_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"8eabf69b-8ae0-4ebc-a7bc-6d12a03d2e18","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"3dd3526b-7a54-40ef-b870-7fceacf47ab6"},{"name":"Member Vip Bonus Record","id":"b8ee8743-3b3f-4d2b-817f-5c64ca2cce17","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n     \"released_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n     \"settlement_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n     \"expired_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"member_vip_id\": 1, //nullable, numeric, data_route:/data/selection_option/member_vip\n    \"type\": 1, //nullable, numeric, enum_route:/data/data_enum/vip_bonus_record_type\n    \"status\": 1 //nullable, numeric, enum_route:/data/data_enum/vip_bonus_record_status\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_vip_bonus_record","urlObject":{"path":["data","check_integration","member_vip_bonus_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"80f58a5b-2af0-440b-9a69-0adebade4422","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"b8ee8743-3b3f-4d2b-817f-5c64ca2cce17"},{"name":"Member Bonus Record","id":"0ad401d1-7b06-43f1-b492-4cc5d2ef86b2","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"start_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"end_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"released_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"settlement_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"expired_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"bonus_record_id\": 1, //nullable, numeric, data_route:/data/selection_option/bonus_list\n    \"status\": 1 //nullable, numeric, enum_route:/data/data_enum/bonus_record_status\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_bonus_record","urlObject":{"path":["data","check_integration","member_bonus_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"ab15a9cf-ee13-4860-8623-cf2a3b0f0d1e","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"0ad401d1-7b06-43f1-b492-4cc5d2ef86b2"},{"name":"Member Rebate Record","id":"55a14b95-d007-4362-8519-7a62442eea07","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"released_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"settlement_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"expired_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"type\": 1, //nullable, numeric, enum_route:/data/data_enum/rebate_type\n    \"member_group_id\": 1, //nullable, numeric, data_route:/data/selection_option/member_group\n    \"affiliate_id\": 1, //nullable, numeric, data_route:/data/integration/affiliate_info\n    \"game_provider_id\": 1, //nullable, numeric, data_route:/data/selection_option/game_provider\n    \"status\": 1 //nullable, numeric, enum_route:/data/data_enum/rebate_status\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_rebate_record","urlObject":{"path":["data","check_integration","member_rebate_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"13f4d5c0-271c-4aa4-8260-a1cd88dd0829","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"55a14b95-d007-4362-8519-7a62442eea07"},{"name":"Member Mission Reward Record","id":"50662bfc-f239-40ab-8e3f-130893c13f67","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"start_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"end_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"released_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"settlement_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"expired_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"type\": 1, //nullable, numeric, enum_route:/data/data_enum/mission_reward_type\n    \"category\": 1, //nullable, numeric, enum_route:/data/data_enum/mission_reward_category\n    \"status\": 1 //nullable, numeric, enum_route:/data/data_enum/mission_reward_record_status\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_mission_reward_record","urlObject":{"path":["data","check_integration","member_mission_reward_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"bb1c4668-3065-48f7-8704-196aa490cbf1","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"50662bfc-f239-40ab-8e3f-130893c13f67"},{"name":"Member Customize Reward Record","id":"3303f53e-f358-4d23-91e8-362bf89e5486","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"start_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"end_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"released_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"settlement_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"expired_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"category\": 1, //nullable, numeric, enum_route:/data/data_enum/customize_reward_record_category\n    \"type\": 1, //nullable, numeric, enum_route:/data/data_enum/customize_reward_record_type\n    \"status\": 1 //nullable, numeric, enum_route:/data/data_enum/customize_reward_record_status\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_customize_reward_record","urlObject":{"path":["data","check_integration","member_customize_reward_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"f9f3aeec-ab65-4f21-b823-bfd95c6b3a27","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"3303f53e-f358-4d23-91e8-362bf89e5486"},{"name":"Member Point Adjustment Record","id":"0ce92c42-a45e-48b8-a82c-a47449d278e7","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"submitted_at\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"completed_at\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"type\": 1, //nullable, numeric, enum_route:/data/data_enum/member_point_adjustment_type\n    \"status\": 1 //nullable, numeric, enum_route:/data/data_enum/member_point_adjustment_status\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_point_adjustment_record","urlObject":{"path":["data","check_integration","member_point_adjustment_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"fb414e6f-85a6-444c-bfd1-da5d17b84b3f","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"0ce92c42-a45e-48b8-a82c-a47449d278e7"},{"name":"Member Risk Setting","id":"e474eaf1-2a11-46df-85b3-bdf61da8653a","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"type\": 1, //nullable, numeric, enum_route:/data/data_enum/risk_type\n    \"status\": 1 //nullable, numeric, enum_route:/data/data_enum/risk_status\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_risk_setting","urlObject":{"path":["data","check_integration","member_risk_setting"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"c3d9965f-3fcf-4940-9f3c-73fff97e3ed4","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"e474eaf1-2a11-46df-85b3-bdf61da8653a"},{"name":"Member Verify Reward Record","id":"0f784b14-8930-47ae-91c5-4dd382ab094d","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_update_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"released_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"settlement_time\": {\n        \"start_date\": \"2025-04-17 16:00:00\", //nullable, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n        \"end_date\": \"2025-05-17 16:00:00\" //nullable, date_format:Y-m-d H:i:s, after_or_equal:start_date\n    }, //nullable, array\n    \"status\": 1 //nullable, numeric, enum_route:/data/data_enum/member_verify_reward_status\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_verify_reward_record","urlObject":{"path":["data","check_integration","member_verify_reward_record"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[{"id":"fe63f368-b4d1-4204-a8c6-670f30a05817","name":"Success","originalRequest":{"method":"POST","header":[],"body":{"mode":"formdata","formdata":[{"key":"start_date","value":"2025-04-17 16:00:00","type":"text"},{"key":"end_date","value":"2025-04-17 17:00:00","type":"text"}],"options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/check_integration/member_info"},"status":"OK","code":200,"_postman_previewlanguage":"json","header":[{"key":"Server","value":"nginx/1.27.3"},{"key":"Content-Type","value":"application/json"},{"key":"Transfer-Encoding","value":"chunked"},{"key":"Connection","value":"keep-alive"},{"key":"X-Powered-By","value":"PHP/8.2.27"},{"key":"Cache-Control","value":"no-cache, private"},{"key":"Date","value":"Tue, 22 Apr 2025 07:57:20 GMT"},{"key":"X-RateLimit-Limit","value":"60"},{"key":"X-RateLimit-Remaining","value":"59"},{"key":"phpdebugbar-id","value":"01JSE80SEGBC1Y2SWZBFZCEEQ2"}],"cookie":[],"responseTime":null,"body":"{\n    \"status\": true,\n    \"message\": \"Success\",\n    \"data\": 21\n}"}],"_postman_id":"0f784b14-8930-47ae-91c5-4dd382ab094d"}],"id":"cbae6fa1-a991-4589-94e3-60af4f9ac464","_postman_id":"cbae6fa1-a991-4589-94e3-60af4f9ac464","description":""},{"name":"Member Life Cycle","item":[{"name":"First Deposit Amount","id":"4821ecc8-2ca0-4189-a500-5d920ecb4b87","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"amount\":50, //required, numeric\n    \"count\":1, //nullable, numeric\n    \"turnover_amount\":0, //nullable, numeric\n    \"win_loss_amount\":0, //nullable, numeric\n    \"last_record_time\":\"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"last_update_time\":\"2024-12-01 00:00:11\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/life_cycle/first_deposit_amount","urlObject":{"path":["data","life_cycle","first_deposit_amount"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"4821ecc8-2ca0-4189-a500-5d920ecb4b87"},{"name":"Last Deposit Amount","id":"78ed2e63-4400-43b3-84dd-02939e972bce","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"amount\":50, //required, numeric\n    \"count\":1, //nullable, numeric\n    \"turnover_amount\":0, //nullable, numeric\n    \"win_loss_amount\":0, //nullable, numeric\n    \"last_record_time\":\"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"last_update_time\":\"2024-12-01 00:00:11\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/life_cycle/last_deposit_amount","urlObject":{"path":["data","life_cycle","last_deposit_amount"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"78ed2e63-4400-43b3-84dd-02939e972bce"},{"name":"First Withdraw Amount","id":"8bf920db-1e7d-48d6-a383-1de9597952fe","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"amount\":50, //required, numeric\n    \"count\":1, //nullable, numeric\n    \"turnover_amount\":0, //nullable, numeric\n    \"win_loss_amount\":0, //nullable, numeric\n    \"last_record_time\":\"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"last_update_time\":\"2024-12-01 00:00:11\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/life_cycle/first_withdraw_amount","urlObject":{"path":["data","life_cycle","first_withdraw_amount"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8bf920db-1e7d-48d6-a383-1de9597952fe"},{"name":"Last Withdraw Amount","id":"6c6e0a18-7340-4ef6-95c4-7420cd7767af","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_record_id\":1, //required, numeric, min:1\n    \"member_id\":123, //required, numeric, min:1\n    \"amount\":50, //required, numeric\n    \"count\":1, //nullable, numeric\n    \"turnover_amount\":0, //nullable, numeric\n    \"win_loss_amount\":0, //nullable, numeric\n    \"last_record_time\":\"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"last_update_time\":\"2024-12-01 00:00:11\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/life_cycle/last_withdraw_amount","urlObject":{"path":["data","life_cycle","last_withdraw_amount"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"6c6e0a18-7340-4ef6-95c4-7420cd7767af"},{"name":"First Bet Amount","id":"a9807b78-9c01-4669-b0ef-a55f24f9ebeb","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_record_id\": 1, //required, numeric, min:1\n    \"member_id\": 123, //required, numeric, min:1\n    \"amount\": 50, //required, numeric\n    \"count\": 1, //nullable, numeric\n    \"valid_bet_amount\": 50, //nullable, numeric\n    \"turnover_amount\": 0, //nullable, numeric\n    \"win_loss_amount\": 0, //nullable, numeric\n    \"last_record_time\": \"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"last_update_time\": \"2024-12-01 00:00:11\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/life_cycle/first_bet_amount","urlObject":{"path":["data","life_cycle","first_bet_amount"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"a9807b78-9c01-4669-b0ef-a55f24f9ebeb"},{"name":"Last Bet Amount","id":"410b2d14-f459-4d4e-affd-6853015b7ead","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"last_record_id\": 1, //required, numeric, min:1\n    \"member_id\": 123, //required, numeric, min:1\n    \"amount\": 50, //required, numeric\n    \"count\": 1, //nullable, numeric\n    \"valid_bet_amount\": 49, //nullable, numeric\n    \"turnover_amount\": 0, //nullable, numeric\n    \"win_loss_amount\": 0, //nullable, numeric\n    \"last_record_time\": \"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"last_update_time\": \"2024-12-01 00:00:11\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/life_cycle/last_bet_amount","urlObject":{"path":["data","life_cycle","last_bet_amount"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"410b2d14-f459-4d4e-affd-6853015b7ead"}],"id":"08c340df-1fa8-4ba0-b3f2-7005337421b3","_postman_id":"08c340df-1fa8-4ba0-b3f2-7005337421b3","description":""},{"name":"Daily Member Life Cycle","item":[{"name":"Bet History","id":"8beb8203-6031-47a0-a0e6-c8dc467ab596","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2024-12-01\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"member_id\": 123, //required, numeric, min:1\n    \"total_amount\": 50, //required, numeric, min:1\n    \"total_valid_bet\": 50, //required, numeric, min:1\n    \"total_turnover\": 0, //required, numeric\n    \"total_winloss\": 0, //required, numeric\n    \"total_count\": 1, //required, numeric, min:1\n    \"last_record_id\": 1, //required, numeric, min:1\n    \"last_record_time\": \"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"last_update_time\": \"2024-12-01 00:00:11\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/daily_life_cycle/total_bet_amount","urlObject":{"path":["data","daily_life_cycle","total_bet_amount"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"8beb8203-6031-47a0-a0e6-c8dc467ab596"},{"name":"Deposit","id":"109d419e-f508-4dab-bd46-abb075b91cb1","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2024-12-01\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"member_id\": 123, //required, numeric, min:1\n    \"total_amount\": 50, //required, numeric, min:1\n    \"total_count\": 1, //required, numeric, min:1\n    \"last_record_id\": 1, //required, numeric, min:1\n    \"last_record_time\": \"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"last_update_time\": \"2024-12-01 00:00:11\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/daily_life_cycle/total_deposit_amount","urlObject":{"path":["data","daily_life_cycle","total_deposit_amount"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"109d419e-f508-4dab-bd46-abb075b91cb1"},{"name":"Withdraw","id":"dded9a99-1854-47cb-9f75-a12e51a220f0","protocolProfileBehavior":{"disableBodyPruning":true},"request":{"method":"POST","header":[],"body":{"mode":"raw","raw":"{\n    \"date\": \"2024-12-01\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"member_id\": 123, //required, numeric, min:1\n    \"total_amount\": 50, //required, numeric, min:1\n    \"total_count\": 1, //required, numeric, min:1\n    \"last_record_id\": 1, //required, numeric, min:1\n    \"last_record_time\": \"2024-12-01 00:00:00\", //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n    \"last_update_time\": \"2024-12-01 00:00:11\" //required, date_format:Y-m-d H:i:s, after_or_equal:1900-01-01 00:00:00\n}","options":{"raw":{"language":"json"}}},"url":"{{data_url}}/data/daily_life_cycle/total_withdraw_amount","urlObject":{"path":["data","daily_life_cycle","total_withdraw_amount"],"host":["{{data_url}}"],"query":[],"variable":[]}},"response":[],"_postman_id":"dded9a99-1854-47cb-9f75-a12e51a220f0"}],"id":"bc699986-cfc9-4b7c-afe8-e8d4ccbf3caf","_postman_id":"bc699986-cfc9-4b7c-afe8-e8d4ccbf3caf","description":""}],"event":[{"listen":"prerequest","script":{"id":"cfaf84f0-6349-4a96-9ce8-d7f0635d7fb4","type":"text/javascript","packages":{},"exec":["const merchant = pm.environment.get('merchant_code');","const currency = pm.environment.get('currency');","const api_password = pm.environment.get('api_password');","","pm.request.headers.add({ key: 'timezone', value: '+08:00' })","pm.request.headers.add({ key: 'language', value: 'en' })","pm.request.headers.add({ key: 'currency', value: currency})","pm.request.headers.add({ key: 'Accept', value: 'application/json' })","pm.request.headers.add({key: 'merchant', value: merchant})","pm.request.headers.add({key: 'identifier', value: \"Basic \" + btoa(`${merchant}:${api_password}`)})",""]}},{"listen":"test","script":{"id":"53062264-7802-4122-b8f8-34a18fb6c6a8","type":"text/javascript","packages":{},"exec":[""]}}]}