curl --location --request POST '/' \
--header 'X-Amz-Target;' \
--header 'Content-Type: application/json' \
--data-raw '{
"DeviceKey": "string",
"UserPoolId": "string",
"Username": "string"
}'
{
"Device": {
"DeviceKey": "string",
"DeviceAttributes": [],
"DeviceCreateDate": "string",
"DeviceLastModifiedDate": "string",
"DeviceLastAuthenticatedDate": "string"
}
}