{ "id": 105 }
curl --location --request POST 'https://oa.api2d.net/custom_key_type/get' \ --header 'Authorization;' \ --header 'Content-Type: application/json' \ --data-raw '{ "id": 105 }'
{ "code": 0, "data": { "custom_key_type": { "name": "高级会员", "uid": 186009, "updated_at": "2023-05-27T04:08:49.000000Z", "created_at": "2023-05-27T04:08:49.000000Z", "id": 290, "private_key": "..." } } }